parent
9ad920e908
commit
e997beae8e
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'pkgconf'
|
||||
pkgname=pkgconf
|
||||
version=1.3.9
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool"
|
||||
short_desc="Provides compiler and linker configuration"
|
||||
|
@ -12,6 +12,10 @@ distfiles="$homepage/archive/$pkgname-$version.tar.gz"
|
|||
checksum=1e70161af120f5715710c4eff48c9e3447394ebd724c6a09bdfbb8dcf3e6f6f8
|
||||
wrksrc="$pkgname-$pkgname-$version"
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue