From a34669caff67e73421c742107dca29b284e2abf1 Mon Sep 17 00:00:00 2001 From: tnut Date: Thu, 26 Aug 2010 12:59:18 +0200 Subject: opera dans acompiler --- acompiler/opera/Pkgfile | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 acompiler/opera/Pkgfile (limited to 'acompiler/opera/Pkgfile') diff --git a/acompiler/opera/Pkgfile b/acompiler/opera/Pkgfile new file mode 100644 index 000000000..867df2567 --- /dev/null +++ b/acompiler/opera/Pkgfile @@ -0,0 +1,26 @@ +# 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 +} -- cgit v1.2.3-70-g09d2