From f7766bb6de7d1a413ddb7fe663635293e59b561e Mon Sep 17 00:00:00 2001 From: tnut Date: Tue, 10 Nov 2009 21:34:50 +0100 Subject: ajout de gobject-introspection#0.6.5-1 --- extra/gobject-introspection/Pkgfile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 extra/gobject-introspection/Pkgfile (limited to 'extra/gobject-introspection/Pkgfile') 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 +} -- cgit v1.2.3-54-g00ecf