wok view gcompris-voices-en/receipt @ rev 17300
Update weechat to 1.0.1 (needs further testing, if unstable somehow then
downgrade to at most 0.4.3).
downgrade to at most 0.4.3).
author | necrophcodr <tcg.thegamer@gmail.com> |
---|---|
date | Thu Oct 30 23:27:48 2014 +0100 (2014-10-30) |
parents | 17bd819f62d3 |
children | a78610b2eb47 |
line source
1 # SliTaz package receipt.
3 PACKAGE="gcompris-voices-en"
4 VERSION="11.12"
5 CATEGORY="games"
6 SHORT_DESC="Gcompris Education games - English voices."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WANTED="gcompris"
10 WEB_SITE="http://www.gcompris.net/"
12 DEPENDS="gcompris"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/share/gcompris/boards/voices
18 cp -a $install/usr/share/gcompris/boards/voices/en \
19 $fs/usr/share/gcompris/boards/voices
20 }