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: Per Lid<69>n <per@fukt.bth.se>
name=pkgconfig
version=0.20
release=1
source=(http://pkgconfig.freedesktop.org/releases/pkg-config-$version.tar.gz)
build() {
cd pkg-config-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}