wok-6.x annotate arora/receipt @ rev 6526
Added stellarium. A virtual star watcher.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Oct 03 05:09:56 2010 +0000 (2010-10-03) |
parents | 87da741438a2 |
children | 28c4209ebe1d |
rev | line source |
---|---|
devl547@5628 | 1 # SliTaz package receipt. |
devl547@5628 | 2 |
devl547@5628 | 3 PACKAGE="arora" |
devl547@5628 | 4 VERSION="0.10.2" |
pascal@5722 | 5 CATEGORY="network" |
devl547@5628 | 6 SHORT_DESC="A cross-platform Qt4 WebKit browser" |
devl547@5628 | 7 MAINTAINER="devl547@gmail.com" |
devl547@5628 | 8 TARBALL="$PACKAGE-$VERSION.tar.gz" |
devl547@5628 | 9 WEB_SITE="http://arora.googlecode.com/" |
devl547@5628 | 10 WGET_URL="$WEB_SITE/files/$TARBALL" |
pascal@5805 | 11 BUILD_DEPENDS="Qt4-dev qmake qt4-phonon" |
devl547@5628 | 12 DEPENDS="Qt4-dev" |
devl547@5628 | 13 |
devl547@5628 | 14 # Rules to configure and make the package. |
devl547@5628 | 15 compile_rules() |
devl547@5628 | 16 { |
devl547@5628 | 17 cd $src |
devl547@5628 | 18 qmake && |
pascal@5805 | 19 make -j 4 |
devl547@5628 | 20 } |
devl547@5628 | 21 |
devl547@5628 | 22 # Rules to gen a SliTaz package suitable for Tazpkg. |
devl547@5628 | 23 genpkg_rules() |
devl547@5628 | 24 { |
devl547@5628 | 25 mkdir -p $fs/usr/bin |
devl547@5628 | 26 cp $src/arora $fs/usr/bin |
devl547@5628 | 27 } |