wok-current annotate espeak-dev/receipt @ rev 10808

xorg-server*: up to 1.9.5 for bug fixes and --enable-kdrive so you build Xfbdev
author Christophe Lincoln <pankso@slitaz.org>
date Sun Jun 05 01:00:43 2011 +0200 (2011-06-05)
parents 7e035a7d0208
children b57c98f49e55
rev   line source
paul@4888 1 # SliTaz package receipt.
paul@4888 2
paul@4888 3 PACKAGE="espeak-dev"
slaxemulator@10199 4 VERSION="1.45.04"
paul@4888 5 CATEGORY="misc"
paul@4888 6 SHORT_DESC="Speech synthesizer devel files."
paul@4888 7 MAINTAINER="erjo@slitaz.org"
paul@4888 8 WANTED="espeak"
paul@4888 9 WEB_SITE="http://espeak.sourceforge.net/"
paul@4888 10
paul@4888 11 # Rules to gen a SliTaz package suitable for Tazpkg.
paul@4888 12 genpkg_rules()
paul@4888 13 {
paul@4888 14 mkdir -p $fs/usr/lib
paul@4888 15 cp -a $_pkg/usr/lib/*.a* $fs/usr/lib
paul@4888 16 cp -a $_pkg/usr/include $fs/usr
paul@4888 17 }
paul@4888 18