mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 17:33:03 +02:00
man-db: move to usr/bin.
This commit is contained in:
parent
78d5356bc1
commit
3d0166bcf4
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'man-db'
|
# Template file for 'man-db'
|
||||||
pkgname=man-db
|
pkgname=man-db
|
||||||
version=2.7.1
|
version=2.7.1
|
||||||
revision=2
|
revision=3
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-db=db --with-pager=less --with-gzip=/usr/bin/gzip
|
configure_args="--with-db=db --with-pager=less --with-gzip=/usr/bin/gzip
|
||||||
--with-bzip2=/usr/bin/bzip2 --disable-rpath --enable-threads=posix
|
--with-bzip2=/usr/bin/bzip2 --disable-rpath --enable-threads=posix
|
||||||
--with-lzma=/usr/bin/lzma --with-xz=/usr/bin/xz --disable-setuid
|
--with-lzma=/usr/bin/lzma --with-xz=/usr/bin/xz --disable-setuid
|
||||||
--without-included-regex --enable-automatic-create"
|
--without-included-regex --enable-automatic-create --sbindir=/usr/bin"
|
||||||
hostmakedepends="pkg-config groff"
|
hostmakedepends="pkg-config groff"
|
||||||
makedepends="db-devel zlib-devel libpipeline-devel groff"
|
makedepends="db-devel zlib-devel libpipeline-devel groff"
|
||||||
depends="bzip2 gzip less groff grep coreutils"
|
depends="bzip2 gzip less groff grep coreutils"
|
||||||
|
|
Loading…
Add table
Reference in a new issue