summaryrefslogtreecommitdiffstats
path: root/base/pkg-config/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-07 13:31:40 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-07 13:31:40 +0200
commitd866e9bac5da771698a7072a537d79d6a1375ad0 (patch)
treed7e1878341eade38d2363d73d32828e749e5eb23 /base/pkg-config/Pkgfile
parent9db4766d352665c31b2a5595367fc627f2ad195c (diff)
downloadnutyx-pakxe-d866e9bac5da771698a7072a537d79d6a1375ad0.tar.gz
nutyx-pakxe-d866e9bac5da771698a7072a537d79d6a1375ad0.tar.bz2
nutyx-pakxe-d866e9bac5da771698a7072a537d79d6a1375ad0.tar.xz
nutyx-pakxe-d866e9bac5da771698a7072a537d79d6a1375ad0.zip
Ajout de pkg-config#0.23-1
Diffstat (limited to 'base/pkg-config/Pkgfile')
-rwxr-xr-xbase/pkg-config/Pkgfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/base/pkg-config/Pkgfile b/base/pkg-config/Pkgfile
new file mode 100755
index 000000000..5b2178d0e
--- /dev/null
+++ b/base/pkg-config/Pkgfile
@@ -0,0 +1,20 @@
+# Description: Outil permettant le traitement des fichiers Includes des librairies
+# URL: http://pkgconfig.freedesktop.org/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on:
+
+name=pkg-config
+version=0.23
+release=1
+source=( http://pkgconfig.freedesktop.org/releases/$name-$version.tar.gz)
+
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --mandir=/usr/share/man \
+ --infodir=/usr/share/info
+ make
+ make DESTDIR=$PKG install
+}