mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
parent
e8ee3218e3
commit
240927ff9d
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'popt'
|
# Template file for 'popt'
|
||||||
pkgname=popt
|
pkgname=popt
|
||||||
version=1.16
|
version=1.16
|
||||||
revision=6
|
revision=7
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="Command line option parsing library"
|
short_desc="Command line option parsing library"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
|
@ -10,6 +10,10 @@ license="MIT"
|
||||||
distfiles="http://rpm5.org/files/$pkgname/$pkgname-$version.tar.gz"
|
distfiles="http://rpm5.org/files/$pkgname/$pkgname-$version.tar.gz"
|
||||||
checksum=e728ed296fe9f069a0e005003c3d6b2dde3d9cad453422a10d6558616d304cc8
|
checksum=e728ed296fe9f069a0e005003c3d6b2dde3d9cad453422a10d6558616d304cc8
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense COPYING
|
||||||
|
}
|
||||||
|
|
||||||
popt-devel_package() {
|
popt-devel_package() {
|
||||||
depends="popt>=${version}_${revision}"
|
depends="popt>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue