popt: it does build static lib... sigh.
This commit is contained in:
parent
addac389f3
commit
e7f8b476cd
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'popt'
|
||||
pkgname=popt
|
||||
version=1.16
|
||||
revision=5
|
||||
revision=6
|
||||
build_style=gnu-configure
|
||||
short_desc="Command line option parsing library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
@ -17,6 +17,7 @@ popt-devel_package() {
|
|||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.so"
|
||||
vmove "usr/lib/*.a"
|
||||
vmove usr/share/man/man3
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue