core/pkg-config/Pkgfile
2007-06-21 13:31:33 +02:00

16 lines
383 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.22
release=1
source=(http://$name.freedesktop.org/releases/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
}