mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
man-db: add /etc/man_db.conf to $conf_files.
Bump revision. --HG-- extra : convert_revision : 7ee6dc0f679ab8601fcc09d56ad9fe41593bed87
This commit is contained in:
parent
a313f35bec
commit
1601b19834
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
# Template file for 'man-db'
|
# Template file for 'man-db'
|
||||||
pkgname=man-db
|
pkgname=man-db
|
||||||
version=2.5.5
|
version=2.5.5
|
||||||
|
revision=1
|
||||||
distfiles="${NONGNU_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
distfiles="${NONGNU_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--with-db=gdbm --with-pager=less --with-gzip=/usr/bin/gzip
|
configure_args="--with-db=gdbm --with-pager=less --with-gzip=/usr/bin/gzip
|
||||||
|
@ -16,6 +17,8 @@ long_desc="
|
||||||
GNU/Linux distributions, including Debian, Ubuntu, and SuSE. It also compiles
|
GNU/Linux distributions, including Debian, Ubuntu, and SuSE. It also compiles
|
||||||
and runs on a number of proprietary Unix systems."
|
and runs on a number of proprietary Unix systems."
|
||||||
|
|
||||||
|
conf_files="/etc/man_db.conf"
|
||||||
|
|
||||||
Add_dependency full glibc
|
Add_dependency full glibc
|
||||||
Add_dependency full bzip2
|
Add_dependency full bzip2
|
||||||
Add_dependency full gzip
|
Add_dependency full gzip
|
||||||
|
|
Loading…
Add table
Reference in a new issue