core/pkg-config/Pkgfile

16 lines
365 B
Plaintext

# Description: A system for managing library compile/link flags
# URL: http://pkgconfig.freedesktop.org/wiki/
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
name=pkg-config
version=0.20
release=1
source=(http://$name.freedesktop.org/releases/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}