wok view espeak-dev/receipt @ rev 18857

gnome-games (patch for aisleriot, swell-foop, lightsoff)
author Lucas Levrel <llevrel@yahoo.fr>
date Tue Jan 26 22:00:52 2016 +0100 (2016-01-26)
parents fcdd50638150
children a4d7cdc4c433
line source
1 # SliTaz package receipt.
3 PACKAGE="espeak-dev"
4 VERSION="1.45.05"
5 CATEGORY="misc"
6 SHORT_DESC="Speech synthesizer devel files."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL3"
9 WANTED="espeak"
10 WEB_SITE="http://espeak.sourceforge.net/"
11 HOST_ARCH="i486 arm"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 cp -a $install/usr/lib/*.a* $fs/usr/lib
18 cp -a $install/usr/include $fs/usr
19 }