diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-09-12 00:18:58 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-09-12 00:18:58 +0200 |
commit | 0a87cbf6a74d74b680319da0ac5f0971222ca104 (patch) | |
tree | 704c1d6ba5ca7fef7bb6bf2d791b66d335c956ed /acompiler/opera/Pkgfile | |
parent | 95f80a112549c9aef5409d2b80dc6fe50744d79b (diff) | |
download | nutyx-pakxe-0a87cbf6a74d74b680319da0ac5f0971222ca104.tar.gz nutyx-pakxe-0a87cbf6a74d74b680319da0ac5f0971222ca104.tar.bz2 nutyx-pakxe-0a87cbf6a74d74b680319da0ac5f0971222ca104.tar.xz nutyx-pakxe-0a87cbf6a74d74b680319da0ac5f0971222ca104.zip |
maj opera#10.62-1
Diffstat (limited to 'acompiler/opera/Pkgfile')
-rw-r--r-- | acompiler/opera/Pkgfile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/acompiler/opera/Pkgfile b/acompiler/opera/Pkgfile index 867df2567..793145e24 100644 --- a/acompiler/opera/Pkgfile +++ b/acompiler/opera/Pkgfile @@ -5,20 +5,20 @@ # Depends on: qt, jdk name=opera -version=10.60 +version=10.62 release=1 if [ "`uname -m`" == "i686" ]; then _ARCH=i386 else _ARCH=x86_64 fi -source=( ftp://ftp.opera.com/pub/opera/linux/1060/opera-10.60-6386.i386.linux.tar.bz2 \ +source=( ftp://ftp.opera.com/pub/opera/linux/1062/opera-$version-6438.${_ARCH}.linux.tar.bz2 \ opera.desktop opera.png ) build() { cd $name-* - ./install - make install DESTDIR=$PKG + ./install --unattended --user + mv ~/.local $PKG/usr 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 |