wok view espeak-dev/receipt @ rev 16177

8086tiny: nasm is native, do not use it
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 30 16:34:03 2014 +0000 (2014-03-30)
parents b57c98f49e55
children d6bd3fc6e0bd
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/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $install/usr/lib/*.a* $fs/usr/lib
17 cp -a $install/usr/include $fs/usr
18 }