diff options
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 +} |