18 lines
497 B
Bash
18 lines
497 B
Bash
# Template file for 'pkgconf'
|
|
pkgname=pkgconf
|
|
version=1.1.1
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake libtool"
|
|
short_desc="Provides compiler and linker configuration"
|
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
|
license="MIT"
|
|
homepage="https://github.com/pkgconf/pkgconf"
|
|
distfiles="$homepage/archive/$pkgname-$version.tar.gz"
|
|
checksum=b9da7c970c00bbf4e53b2e389f30715fbb6c647512871a7f1e909e5779089dcd
|
|
wrksrc="$pkgname-$pkgname-$version"
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|