diff options
Diffstat (limited to 'extra/opera/Pkgfile')
-rw-r--r-- | extra/opera/Pkgfile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/extra/opera/Pkgfile b/extra/opera/Pkgfile index 710bb6a46..867df2567 100644 --- a/extra/opera/Pkgfile +++ b/extra/opera/Pkgfile @@ -5,19 +5,20 @@ # Depends on: qt, jdk name=opera -version=10.01 +version=10.60 release=1 if [ "`uname -m`" == "i686" ]; then _ARCH=i386 else _ARCH=x86_64 fi -source=( http://mirror.switch.ch/ftp/mirror/opera/linux/1001/final/en/${_ARCH}/opera-$version.gcc4-qt4.${_ARCH}.tar.gz \ +source=( ftp://ftp.opera.com/pub/opera/linux/1060/opera-10.60-6386.i386.linux.tar.bz2 \ opera.desktop opera.png ) build() { cd $name-* - ./install.sh DESTDIR=$PKG + ./install + make install 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 |