wok-undigest view gottet/receipt @ rev 1114

Add a bunch of pkgs with ewebkit and some update (try to build eve)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Mar 26 23:22:36 2014 +0100 (2014-03-26)
parents
children fe3f85a9ece3
line source
1 # SliTaz package receipt.
3 PACKAGE="gottet"
4 VERSION="1.0.6"
5 CATEGORY="games"
6 SHORT_DESC="Gottet is a tetris clone using QT."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL3"
9 TARBALL="$PACKAGE-$VERSION-src.tar.bz2"
10 WEB_SITE="http://gottcode.org/gottet/"
11 WGET_URL="http://gottcode.org/$PACKAGE/$TARBALL"
13 DEPENDS=""
14 BUILD_DEPENDS="qt4-dev qmake"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 qmake PREFIX=/usr && make
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr
26 cp -a $install/usr/bin $fs/usr
27 }