core/pkg-config/Pkgfile
2008-01-19 12:13:02 +01: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.23
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
}