wok-undigest view gottet/receipt @ rev 1229

updated libgio and libgio-dev (2.43.3 -> 2.62.4)
author Hans-G?nter Theisgen
date Wed Sep 09 14:00:14 2020 +0100 (2020-09-09)
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 }