diff options
author | tnut <tnut at nutyx dot com> | 2011-05-08 21:33:38 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-05-08 21:33:38 +0200 |
commit | 788da06ede72380e98660852fc4a349eaa760c4b (patch) | |
tree | 63a45566806e15594d3ba16ca335ba4eab8bebf1 /xfce/midori/Pkgfile | |
parent | 525a9c468d15ead96434a97a86c4743b3f4ee5c3 (diff) | |
download | nutyx-pakxe-788da06ede72380e98660852fc4a349eaa760c4b.tar.gz nutyx-pakxe-788da06ede72380e98660852fc4a349eaa760c4b.tar.bz2 nutyx-pakxe-788da06ede72380e98660852fc4a349eaa760c4b.tar.xz nutyx-pakxe-788da06ede72380e98660852fc4a349eaa760c4b.zip |
midori dans xfce
Diffstat (limited to 'xfce/midori/Pkgfile')
-rwxr-xr-x | xfce/midori/Pkgfile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/xfce/midori/Pkgfile b/xfce/midori/Pkgfile new file mode 100755 index 000000000..b06a8dc95 --- /dev/null +++ b/xfce/midori/Pkgfile @@ -0,0 +1,28 @@ +# Description: Navigateur Internet base sur GTK2 et WebKit +# URL: http://www.twotoasts.de/index.php?/pages/midori_summary.html +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: atk, cairo, desktop-file-utils, enchant, fontconfig, gtk, gnutls, gstreamer, hicolor-icon-theme, intltool, libgcrypt, libgpg-error, libtasn1, libsoup, libunique, libxml2, webkit, xdg-utils, librsvg, hunspell, xorg-libxt +# Run on: atk,cairo,dbus,dbus-glib,expat,fontconfig,glitz,gtk,libnotify,libsoup,libunique,libxml2,pango,webkit + +name=midori +version=0.3.5 +release=1 +source=(http://archive.xfce.org/src/apps/$name/0.3/$name-$version.tar.bz2) + +build() { + cd $name-$version + export PYTHON=/usr/bin/python2 + sed -i -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" wscript waf + + ./configure --prefix=/usr --jobs=${MAKEFLAGS/-j/} \ + --enable-libidn \ + --enable-addons \ + --disable-hildon \ + --disable-vala \ + --enable-unique \ + --enable-nls + make + make DESTDIR=$PKG install +} + |