parent
e8ee3218e3
commit
240927ff9d
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'popt'
|
||||
pkgname=popt
|
||||
version=1.16
|
||||
revision=6
|
||||
revision=7
|
||||
build_style=gnu-configure
|
||||
short_desc="Command line option parsing library"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
|
@ -10,6 +10,10 @@ license="MIT"
|
|||
distfiles="http://rpm5.org/files/$pkgname/$pkgname-$version.tar.gz"
|
||||
checksum=e728ed296fe9f069a0e005003c3d6b2dde3d9cad453422a10d6558616d304cc8
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
||||
|
||||
popt-devel_package() {
|
||||
depends="popt>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
|
|
Loading…
Reference in New Issue
Block a user