libzen: fix pkg_install and configure_args
This commit is contained in:
parent
f1b9530556
commit
efb7082456
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue