diff options
author | sibel <lesibel at free dot fr> | 2010-07-09 17:13:41 +0200 |
---|---|---|
committer | sibel <lesibel at free dot fr> | 2010-07-09 17:13:41 +0200 |
commit | ac79daec00cf2c10672fdf24dc39b96b72246ec5 (patch) | |
tree | a91887cae12dfa57a8575f344952d440ccb59eef /extra/opera/Pkgfile | |
parent | 46082ae11038eaa0d9d45afe92debf7d0fd52f8d (diff) | |
parent | 82a55924d35ce0dafd82af7496432a42daac650a (diff) | |
download | nutyx-pakxe-ac79daec00cf2c10672fdf24dc39b96b72246ec5.tar.gz nutyx-pakxe-ac79daec00cf2c10672fdf24dc39b96b72246ec5.tar.bz2 nutyx-pakxe-ac79daec00cf2c10672fdf24dc39b96b72246ec5.tar.xz nutyx-pakxe-ac79daec00cf2c10672fdf24dc39b96b72246ec5.zip |
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/attapu
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 |