wok rev 5628
Add: arora
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Thu May 27 18:52:24 2010 +0000 (2010-05-27) |
parents | c2f14c5b6d30 |
children | 69186b76f757 |
files | arora/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/arora/receipt Thu May 27 18:52:24 2010 +0000 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 +}