diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 17:38:06 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 17:38:06 +0200 |
commit | 569e6abd8007a1fc0ac21d04f45482a10dcf5e44 (patch) | |
tree | 8543ef12a633c4bf2956c1be846ad153263e9bfe /extra/midori/Pkgfile | |
parent | 706bf2075c9241858b1d25408887389d2ce17ff0 (diff) | |
download | nutyx-extra-569e6abd8007a1fc0ac21d04f45482a10dcf5e44.tar.gz nutyx-extra-569e6abd8007a1fc0ac21d04f45482a10dcf5e44.tar.bz2 nutyx-extra-569e6abd8007a1fc0ac21d04f45482a10dcf5e44.tar.xz nutyx-extra-569e6abd8007a1fc0ac21d04f45482a10dcf5e44.zip |
midori dans extra
Diffstat (limited to 'extra/midori/Pkgfile')
-rwxr-xr-x | extra/midori/Pkgfile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/extra/midori/Pkgfile b/extra/midori/Pkgfile new file mode 100755 index 000000000..e0b46cb5d --- /dev/null +++ b/extra/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,nettle +# Run on: atk,cairo,dbus,dbus-glib,expat,fontconfig,glitz,gtk,libnotify,libsoup,libunique,libxml2,pango,webkit,nettle + +name=midori +version=0.3.6 +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 +} + |