17 lines
497 B
Bash
17 lines
497 B
Bash
# Template file for 'pkgconf'
|
|
pkgname=pkgconf
|
|
version=1.1.0
|
|
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=09e84bc306cc28212174df5355605a77039f69f312228ff079681103e7881efc
|
|
wrksrc="$pkgname-$pkgname-$version"
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|