confuse: enable PIC; move so symlink to -devel pkg.
This commit is contained in:
parent
d55b5a43ab
commit
b01cbd3435
1 changed files with 4 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'confuse'
|
# Template file for 'confuse'
|
||||||
pkgname=confuse
|
pkgname=confuse
|
||||||
version=2.7
|
version=2.7
|
||||||
revision=3
|
revision=4
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-shared --enable-static --disable-nls"
|
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"
|
||||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||||
homepage="http://www.nongnu.org/confuse/"
|
homepage="http://www.nongnu.org/confuse/"
|
||||||
|
@ -26,10 +26,11 @@ long_desc="
|
||||||
|
|
||||||
confuse-devel_package() {
|
confuse-devel_package() {
|
||||||
depends="confuse>=${version}"
|
depends="confuse>=${version}"
|
||||||
short_desc="${short_desc} -- development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove "usr/lib/*.a"
|
vmove "usr/lib/*.a"
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue