core/pkg-config/Pkgfile

16 lines
387 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: A system for managing library compile/link flags
# URL: http://pkgconfig.freedesktop.org/wiki/
# Maintainer: CRUX System Team, core-ports at crux dot nu
2006-02-23 16:26:10 +01:00
name=pkg-config
2008-01-19 12:12:44 +01:00
version=0.23
2006-02-23 16:26:10 +01:00
release=1
source=(http://$name.freedesktop.org/releases/$name-$version.tar.gz)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version
2007-06-21 13:31:33 +02:00
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
2006-02-23 16:26:10 +01:00
}