summaryrefslogtreecommitdiffstats
path: root/pkg-config/Pkgfile.old
diff options
context:
space:
mode:
authorLukc <lukc@upyum.com>2010-12-12 17:02:47 +0100
committerLukc <lukc@upyum.com>2010-12-12 17:02:47 +0100
commit01e68b357f713a055b9f8799438b2f9bf2b0e6fb (patch)
tree47bc1d44575b3c6d47bf841989cf127b630fd8fc /pkg-config/Pkgfile.old
parent40b051d65d95fe05a1674841e1f9f1b2917a3cd4 (diff)
downloaddevel-01e68b357f713a055b9f8799438b2f9bf2b0e6fb.tar.gz
devel-01e68b357f713a055b9f8799438b2f9bf2b0e6fb.tar.bz2
devel-01e68b357f713a055b9f8799438b2f9bf2b0e6fb.tar.xz
devel-01e68b357f713a055b9f8799438b2f9bf2b0e6fb.zip
Recette de pkg-config ajoutée.
Diffstat (limited to 'pkg-config/Pkgfile.old')
-rw-r--r--pkg-config/Pkgfile.old20
1 files changed, 20 insertions, 0 deletions
diff --git a/pkg-config/Pkgfile.old b/pkg-config/Pkgfile.old
new file mode 100644
index 0000000..59c2c7f
--- /dev/null
+++ b/pkg-config/Pkgfile.old
@@ -0,0 +1,20 @@
+# 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
+
+name=pkg-config
+version=0.25
+release=2
+source=(http://$name.freedesktop.org/releases/$name-$version.tar.gz
+ $name.diff)
+
+build() {
+ cd $name-$version
+ patch -p1 -i $SRC/$name.diff
+ ./configure --prefix=/usr --mandir=/usr/man
+ make
+ make DESTDIR=$PKG install
+
+ rm $PKG/usr/share/doc/pkg-config/pkg-config-guide.html
+ rmdir $PKG/usr/share/doc/{pkg-config,}
+}