libzen: fix pkg_install and configure_args

This commit is contained in:
Georg Schabel 2015-05-06 15:12:14 +02:00
parent f1b9530556
commit efb7082456

View file

@ -13,7 +13,6 @@ checksum=98ddd5c8e02d672055b0087067bc9bcdff27d5f9a8b8943fc209c53d2cf4caa7
build_style=gnu-configure
hostmakedepends="automake libtool pkg-config"
configure_args="--prefix=/usr --enable-shared"
create_wrksrc=yes
build_wrksrc="ZenLib/Project/GNU/Library"
@ -44,5 +43,6 @@ libzen-devel_package() {
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/lib/*.a
}
}