core/pkg-config/Pkgfile

16 lines
365 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: Tilman Sauerbeck, tilman at crux dot nu
2006-02-23 16:26:10 +01:00
name=pkg-config
2006-11-12 11:35:09 +01:00
version=0.21
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
./configure --prefix=/usr
make
make DESTDIR=$PKG install
2006-02-23 16:26:10 +01:00
}