wok-undigest view gottet/receipt @ rev 1163

Add okular. kde-runtime: add boost in bdeps
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Tue Sep 08 18:19:01 2015 +0200 (2015-09-08)
parents 336af84e8c6c
children
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 }