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