mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
New package: pkgconf-0.9.8
This commit is contained in:
parent
dcec3a01b0
commit
fd57158cf3
1 changed files with 17 additions and 0 deletions
17
srcpkgs/pkgconf/template
Normal file
17
srcpkgs/pkgconf/template
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Template file for 'pkgconf'
|
||||||
|
pkgname=pkgconf
|
||||||
|
version=0.9.8
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="automake"
|
||||||
|
short_desc="Provides compiler and linker configuration"
|
||||||
|
maintainer="Enno Boland <eb@s01.de>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/pkgconf/pkgconf"
|
||||||
|
distfiles="$homepage/archive/$pkgname-$version.tar.gz"
|
||||||
|
checksum=1513e1b324650e96439d78ef97cd2d547173f761191890bfc96b38cee2ae947b
|
||||||
|
wrksrc="$pkgname-$pkgname-$version"
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
autoreconf -fi
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue