r783 - crux-2.2/ports/core/pkg-config
Author: tilman Date: 2006-02-23 18:43:12 +0100 (Thu, 23 Feb 2006) New Revision: 783 Modified: crux-2.2/ports/core/pkg-config/Pkgfile Log: pkgconfig: renamed to pkg-config, step 2 Modified: crux-2.2/ports/core/pkg-config/Pkgfile =================================================================== --- crux-2.2/ports/core/pkg-config/Pkgfile 2006-02-23 17:42:17 UTC (rev 782) +++ crux-2.2/ports/core/pkg-config/Pkgfile 2006-02-23 17:43:12 UTC (rev 783) @@ -2,13 +2,13 @@ # URL: http://pkgconfig.freedesktop.org/wiki/ # Maintainer: Per Lid�n <per@fukt.bth.se> -name=pkgconfig +name=pkg-config version=0.20 release=1 -source=(http://pkgconfig.freedesktop.org/releases/pkg-config-$version.tar.gz) +source=(http://$name.freedesktop.org/releases/$name-$version.tar.gz) build() { - cd pkg-config-$version + cd $name-$version ./configure --prefix=/usr make make DESTDIR=$PKG install
participants (1)
-
crux@crux.nu