wok diff arora/receipt @ rev 5713

Up osmo (0.2.10)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 24 08:29:46 2010 +0200 (2010-06-24)
parents
children 87da741438a2
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/arora/receipt	Thu Jun 24 08:29:46 2010 +0200
     1.3 @@ -0,0 +1,27 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="arora"
     1.7 +VERSION="0.10.2"
     1.8 +CATEGORY="internet"
     1.9 +SHORT_DESC="A cross-platform Qt4 WebKit browser"
    1.10 +MAINTAINER="devl547@gmail.com"
    1.11 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.12 +WEB_SITE="http://arora.googlecode.com/"
    1.13 +WGET_URL="$WEB_SITE/files/$TARBALL"
    1.14 +BUILD_DEPENDS="Qt4-dev qmake"
    1.15 +DEPENDS="Qt4-dev"
    1.16 +
    1.17 +# Rules to configure and make the package.
    1.18 +compile_rules()
    1.19 +{
    1.20 +	cd $src
    1.21 +	qmake &&
    1.22 +	make
    1.23 +}
    1.24 +
    1.25 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.26 +genpkg_rules()
    1.27 +{
    1.28 +	mkdir -p $fs/usr/bin
    1.29 +	cp $src/arora $fs/usr/bin
    1.30 +}