wok-next view childsplay/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents 64b5ccf3341f
children c022997c7a57
line source
1 # SliTaz package receipt v2.
3 PACKAGE="childsplay"
4 VERSION="3.3"
5 CATEGORY="games"
6 SHORT_DESC="Collection of educational activities for young children"
7 MAINTAINER="claudinei@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://www.schoolsplay.org/"
11 TARBALL="$PACKAGE-$VERSION.tgz"
12 WGET_URL="http://download.savannah.nongnu.org/releases/childsplay/$TARBALL"
14 compile_rules() {
15 mkdir -p $install/usr/share/childsplay
16 cp -r SPWidgets/ alphabet-sounds/ lib/ *.py *.db \
17 $install/usr/share/childsplay
18 cp -r locale $install/usr/share
19 cook_pick_docs docs/*.html
21 install -Dm755 $stuff/childsplay $install/usr/games/childsplay
22 }
24 genpkg_rules() {
25 copy @std
26 DEPENDS="python pygtk python-pygame python-pysqlite python-sqlalchemy \
27 libogg"
28 }