diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-19 22:33:36 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-19 22:33:36 +0100 |
commit | 03af1a2a2507d671b3866333533d92764458e1c8 (patch) | |
tree | e760cf3fc9008bbb0409e2ce923eee4dccc46136 /acompiler/opera/Pkgfile | |
parent | 65664baee158d3b259d487c279b89e4f4114b038 (diff) | |
download | nutyx-extra-03af1a2a2507d671b3866333533d92764458e1c8.tar.gz nutyx-extra-03af1a2a2507d671b3866333533d92764458e1c8.tar.bz2 nutyx-extra-03af1a2a2507d671b3866333533d92764458e1c8.tar.xz nutyx-extra-03af1a2a2507d671b3866333533d92764458e1c8.zip |
depot acompiler supprimé
Diffstat (limited to 'acompiler/opera/Pkgfile')
-rw-r--r-- | acompiler/opera/Pkgfile | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/acompiler/opera/Pkgfile b/acompiler/opera/Pkgfile deleted file mode 100644 index 2f5f7464d..000000000 --- a/acompiler/opera/Pkgfile +++ /dev/null @@ -1,34 +0,0 @@ -# Description: Navigateur web basé sur la librairie qt -# URL: http://www.opera.com -# Maintainer: NuTyX core team -# Packager: geantbrun at gmail dot com -# Depends on: qt, jdk - -name=opera -version=10.63 -release=1 -_rep=1063 -_release=6450 - -if [ "`uname -m`" == "i686" ]; then - _ARCH=i386 -else - _ARCH=x86_64 -fi -source=( ftp://ftp.opera.com/pub/opera/linux/$_rep/opera-$version-$_release.${_ARCH}.linux.tar.bz2 \ - opera.desktop opera.png ) - -build() { - cd $name-* - sed -i "s|finalize_xdg()|xdg()|" install - sed -i "/finalize_xdg/d" install - sed -i "s|PREFIX=/usr/local|PREFIX=$PKG/usr|" install - ./install --unattended --system --force - sed -i -e "s|$PKG||g" $PKG/usr/bin/opera - rm -r $PKG/usr/share/doc - 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 - mv $PKG/usr/share/licen{c,s}es -} |