diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-17 21:33:00 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-17 21:33:00 +0200 |
commit | b92fc54f936cc539ddcecaeb0d978f8f6e01cfd0 (patch) | |
tree | 7c2703b7cb2dfc9090f6c4cae2c22eba095981ca /extra/opera/Pkgfile | |
parent | 551953f408926b925e2cfff2fd33ca613da3b81b (diff) | |
download | nutyx-pakxe-b92fc54f936cc539ddcecaeb0d978f8f6e01cfd0.tar.gz nutyx-pakxe-b92fc54f936cc539ddcecaeb0d978f8f6e01cfd0.tar.bz2 nutyx-pakxe-b92fc54f936cc539ddcecaeb0d978f8f6e01cfd0.tar.xz nutyx-pakxe-b92fc54f936cc539ddcecaeb0d978f8f6e01cfd0.zip |
Ajout de opera#10.00-4
Diffstat (limited to 'extra/opera/Pkgfile')
-rw-r--r-- | extra/opera/Pkgfile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/extra/opera/Pkgfile b/extra/opera/Pkgfile new file mode 100644 index 000000000..6ca22b998 --- /dev/null +++ b/extra/opera/Pkgfile @@ -0,0 +1,24 @@ +# Description: Navigateur web +# URL: http://www.opera.com +# Maintainer: NuTyX core team +# Packager: geantbrun at gmail dot com +# Depends on: qt, jdk + +name=opera +version=10.00 +release=4 +source=( http://snapshot.opera.com/unix/snapshot-4394/intel-linux/opera-10.00-4394.gcc4-qt4.i386.tar.gz \ + opera.desktop \ + opera.png ) + + + +build() { + cd $name-$version-4394.gcc4-qt4.i386 +# sed 's|/usr/X11R6/lib/mozilla/plugins=1|/opt/mozilla/lib/plugins=1|' -i ini/pluginpath.ini + ./install.sh DESTDIR=$PKG + mkdir -p $PKG/usr/share/{applications,licences/opera,icons/hicolor/48x48/apps} + install -D -m 644 ../opera.desktop $PKG/usr/share/applications/ + install -D -m 644 LICENSE $PKG/usr/share/licences/opera/licence.txt + cp ../opera.png $PKG/usr/share/icons/hicolor/48x48/apps/opera.png +} |