You are not logged in.
Pages: 1
Opera 7.21 final. A web browser.
pkgname=opera
pkgver=7.21
pkgrel=0.1
pkgdesc="Opera web browser."
url="www.opera.com"
depends=('xfree86' 'freetype2')
source=(ftp://my.opera.com/pub/opera/linux/721/final/en/i386/static/$pkgname-$pkgver-20031013.1-static-qt.i386.tar.gz)
build() {
cd $startdir/src/$pkgname-$pkgver-20031013.1-static-qt.i386
./install.sh --prefix=$startdir/pkg/opt/opera
sed -i "s|/var/tmp/opera/pkg/opt|/opt|g" $startdir/pkg/opt/opera/bin/opera
rm -r $startdir/pkg/opt/opera/share/doc
}
Offline
Great!
It would be helpful to have one link in /usr/bin starting opera.
# ln -s /opt/opera/bin/opera opera
Markku
Offline
Thanks for the suggestion. I will defenitely add this the next time I update this package.
Offline
Here's the PKGBUILD for Opera 7.22. This new PKGBUILD also makes the package in incoming obslete but I am not sure of the procedure to update the package. Anyways for those few interested here it is.
pkgname=opera
pkgver=7.22
pkgrel=0.1
pkgdesc="Opera web browser."
url="www.opera.com"
depends=('xfree86' 'freetype2')
source=(ftp://my.opera.com/pub/opera/linux/722/final/en/i386/static/$pkgname-$pkgver-20031103.1-static-qt.i386-en.tar.gz)
build() {
cd $startdir/src/$pkgname-$pkgver-20031103.1-static-qt.i386-en
./install.sh --prefix=$startdir/pkg/opt/opera
sed -i "s|$startdir/pkg/opt|/opt|g" $startdir/pkg/opt/opera/bin/opera
rm -r $startdir/pkg/opt/opera/share/doc
}
Offline
pkgname=opera
pkgver=7.23
pkgrel=0.1
pkgdesc="Opera web browser."
url="www.opera.com"
depends=('lesstif' 'xfree86' 'freetype2')
source=(ftp://my.opera.com/pub/opera/linux/723/final/en/i386/static/$pkgname-$pkgver-20031119.1-static-qt.i386-en.tar.gz)
build() {
cd $startdir/src/$pkgname-$pkgver-20031119.1-static-qt.i386-en
./install.sh --prefix=$startdir/pkg/opt/opera
sed -i "s|$startdir/pkg/opt|/opt|g" $startdir/pkg/opt/opera/bin/opera
rm -r $startdir/pkg/opt/opera/share/doc
}
Offline
terrapin,
probably it would be a good idea to pss this build onto the TUR that is maintaining it now so that he can upgrade his package.
just an idea.
AKA uknowme
I am not your friend
Offline
Yeah, thanks for the PKGBUILD, Ill upload a new package tonight.
EDIT:\ Upload to my TUR that is.
"Contrary to popular belief, penguins are not the salvation of modern technology. Neither do they throw parties for the urban proletariat."
Offline
:oops: I didn't know it was picked up by a TUR.
Thanks contrautra!
Offline
Opera 7.50 for Linux i386 Final
http://www.opera.com/download/index.dml … nux%20i386
Offline
Pages: 1