summaryrefslogtreecommitdiffstats
path: root/extra/opera/Pkgfile
blob: 2a256aa967809323a07723c2b300ab01cc001624 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Description: Navigateur web
# URL: http://www.opera.com
# Maintainer: NuTyX core team
# Packager: geantbrun at gmail dot com
# Depends on: qt, jdk

name=opera
version=10.00
release=5
source=( http://mirror.ndnet.ch/opera/linux/1000/final/en/`uname -m`/opera-10.00.gcc4-qt4.`uname -m`.tar.gz \
	opera.desktop \
	opera.png ) 
	


build() {
	cd $name-*
#	sed 's|/usr/X11R6/lib/mozilla/plugins=1|/opt/mozilla/lib/plugins=1|' -i ini/pluginpath.ini
	./install.sh 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
}