mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
dictd: move to usr/bin.
This commit is contained in:
parent
e93048547d
commit
44ace9c5a0
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'dictd', based on the ArchLinux package by Sergej Pupykin
|
# Template file for 'dictd', based on the ArchLinux package by Sergej Pupykin
|
||||||
pkgname=dictd
|
pkgname=dictd
|
||||||
version=1.12.1
|
version=1.12.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-dictorg --prefix=/usr --sysconfdir=/etc/dict"
|
configure_args="--enable-dictorg --sbindir=/usr/bin --sysconfdir=/etc/dict"
|
||||||
conf_files="/etc/dict/dictd.conf /etc/dict/site.info"
|
conf_files="/etc/dict/dictd.conf /etc/dict/site.info"
|
||||||
hostmakedepends="flex libtool"
|
hostmakedepends="flex libtool"
|
||||||
makedepends="zlib-devel libmaa-devel"
|
makedepends="zlib-devel libmaa-devel"
|
||||||
|
|
Loading…
Add table
Reference in a new issue