popt: it does build static lib... sigh.

This commit is contained in:
Juan RP 2014-01-11 11:51:25 +01:00
parent addac389f3
commit e7f8b476cd
1 changed files with 2 additions and 1 deletions

View File

@ -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
}
}