mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
confuse: bootstrap pkg.
This commit is contained in:
parent
4111057a6d
commit
b2ace24d26
1 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
||||||
pkgname=confuse
|
pkgname=confuse
|
||||||
version=2.7
|
version=2.7
|
||||||
revision=4
|
revision=4
|
||||||
|
bootstrap=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-shared --enable-static --disable-nls --with-pic"
|
configure_args="--enable-shared --enable-static --disable-nls --with-pic"
|
||||||
short_desc="C-library for parsing configuration files"
|
short_desc="C-library for parsing configuration files"
|
||||||
|
@ -37,6 +38,6 @@ confuse-devel_package() {
|
||||||
|
|
||||||
confuse_package() {
|
confuse_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue