wok view childsplay-plugins-lfc/receipt @ rev 3717

Add: lirc
author Matthew Sheets <rcx@zoominternet.net>
date Tue Jul 21 11:57:57 2009 +0000 (2009-07-21)
parents
children
line source
1 # SliTaz package receipt.
3 PACKAGE="childsplay-plugins-lfc"
4 SOURCE="childsplay_plugins_lfc"
5 VERSION="0.90"
6 CATEGORY="games"
7 SHORT_DESC="Letter flash cards game for childsplay."
8 MAINTAINER="claudinei@slitaz.org"
9 TARBALL="$SOURCE-$VERSION.tgz"
10 WEB_SITE="http://www.childschool.org"
11 WGET_URL="$SF_MIRROR/childsplay/$TARBALL"
12 DEPENDS="python childsplay"
13 BUILD_DEPENDS="$DEPENDS"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 patch -p1 -i ../stuff/install.sh.patch
20 sh install.sh
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr $fs/usr/share
27 cp -a $_pkg/usr/lib $fs/usr
28 cp -a $_pkg/usr/share/assetml $fs/usr/share
29 cp -a $_pkg/usr/share/childsplay $fs/usr/share
30 }