wok-undigest rev 137

Move arora to wok
author Alexander Medvedev <devl547@gmail.com>
date Thu May 27 18:52:55 2010 +0000 (2010-05-27)
parents 08385bde0af4
children 78da2ea00ca8
files arora/receipt
line diff
     1.1 --- a/arora/receipt	Thu May 27 18:50:32 2010 +0000
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,27 +0,0 @@
     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 -}