summaryrefslogtreecommitdiffstats
path: root/extra/opera/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-08-26 12:59:18 +0200
committertnut <thierryn1 at hispeed dot ch>2010-08-26 12:59:18 +0200
commita34669caff67e73421c742107dca29b284e2abf1 (patch)
tree8ff18d7d7e5236473200c664de055376b3975470 /extra/opera/Pkgfile
parent7679648f3471f563d26d8350499187d266eec1d0 (diff)
downloadnutyx-extra-a34669caff67e73421c742107dca29b284e2abf1.tar.gz
nutyx-extra-a34669caff67e73421c742107dca29b284e2abf1.tar.bz2
nutyx-extra-a34669caff67e73421c742107dca29b284e2abf1.tar.xz
nutyx-extra-a34669caff67e73421c742107dca29b284e2abf1.zip
opera dans acompiler
Diffstat (limited to 'extra/opera/Pkgfile')
-rw-r--r--extra/opera/Pkgfile26
1 files changed, 0 insertions, 26 deletions
diff --git a/extra/opera/Pkgfile b/extra/opera/Pkgfile
deleted file mode 100644
index 867df2567..000000000
--- a/extra/opera/Pkgfile
+++ /dev/null
@@ -1,26 +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.60
-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 \
- opera.desktop opera.png )
-
-build() {
- cd $name-*
- ./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
- cp ../opera.png $PKG/usr/share/icons/hicolor/48x48/apps/opera.png
-}