diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-11-10 21:34:50 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-11-10 21:34:50 +0100 |
commit | f7766bb6de7d1a413ddb7fe663635293e59b561e (patch) | |
tree | a67014227683d98ef5cdd6b4d024b9306cfb31e3 /extra/gobject-introspection/Pkgfile | |
parent | 06910a77d7dcbc3bd0b8f9a9df753f9719df38a5 (diff) | |
download | nutyx-extra-f7766bb6de7d1a413ddb7fe663635293e59b561e.tar.gz nutyx-extra-f7766bb6de7d1a413ddb7fe663635293e59b561e.tar.bz2 nutyx-extra-f7766bb6de7d1a413ddb7fe663635293e59b561e.tar.xz nutyx-extra-f7766bb6de7d1a413ddb7fe663635293e59b561e.zip |
ajout de gobject-introspection#0.6.5-1
Diffstat (limited to 'extra/gobject-introspection/Pkgfile')
-rw-r--r-- | extra/gobject-introspection/Pkgfile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/extra/gobject-introspection/Pkgfile b/extra/gobject-introspection/Pkgfile new file mode 100644 index 000000000..913b62344 --- /dev/null +++ b/extra/gobject-introspection/Pkgfile @@ -0,0 +1,17 @@ +# Description: Est utilisé pour décrire l'API et les collecte d'une façon uniforme en format lisible par la machine +# URL: http://www.gnome.org/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: glib, libffi + +name=gobject-introspection +version=0.6.5 +release=1 +source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2) + +build() { + cd $name-$version + ./configure --prefix=/usr + make + make DESTDIR=$PKG install +} |