diff options
Diffstat (limited to 'gjs/Pkgfile')
-rw-r--r-- | gjs/Pkgfile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/gjs/Pkgfile b/gjs/Pkgfile new file mode 100644 index 0000000..c0adcfb --- /dev/null +++ b/gjs/Pkgfile @@ -0,0 +1,20 @@ +# Description: Bindings JavaScript pour GNOME 3 +# URL: http://live.gnome.org/Gjs +# Maintainer: NutyX core team +# Packager: piernov <piernov@piernov.org> +# Depends on: cairo, dbus-glib, gobject-introspection, js +# Run on: cairo,dbus-glib,js + +name=gjs +version=1.29.0 +release=1 + +source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.xz) + +build() { + cd $name-$version + sed -i 's|python|python2|' scripts/make-tests + ./configure --prefix=/usr + make + make DESTDIR=$PKG install +} |