contrib/arora/Pkgfile

25 lines
620 B
Plaintext
Raw Normal View History

2008-05-26 21:29:55 +02:00
# Description: Cross platform web browser
# URL: http://arora.googlecode.com
2009-05-27 18:46:00 +02:00
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Packager: Jose V Beneyto, sepen at crux dot nu
2008-05-26 21:29:55 +02:00
# Depends on: qt4
name=arora
2010-09-27 22:25:58 +02:00
version=0.11.0
2009-07-21 11:46:56 +02:00
release=1
2008-07-26 12:49:03 +02:00
source=(http://arora.googlecode.com/files/$name-$version.tar.gz)
2008-05-26 21:29:55 +02:00
build() {
2008-09-10 09:52:32 +02:00
cd $name-$version
2009-07-21 11:46:56 +02:00
find . -type f -name '*.pro' -exec \
sed -e '/include(locale/d' \
-e '/man.*/ s/$$DATADIR/$$PREFIX/' \
-i {} \;
2009-06-05 10:13:57 +02:00
qmake PREFIX=/usr QMAKE_CXXFLAGS="$CXXFLAGS"
2009-06-05 11:58:21 +02:00
make
2008-07-26 12:49:03 +02:00
make INSTALL_ROOT=$PKG install
2009-05-27 18:46:00 +02:00
sed -r '/\[.+\]=/d' -i $PKG/usr/share/applications/$name.desktop
2008-05-26 21:29:55 +02:00
}