wok annotate espeak-dev/receipt @ rev 14129

esound: recook using existing upgraded audiofile-1 instead of absent old audiofile-0
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Feb 28 10:12:51 2013 +0000 (2013-02-28)
parents e92bbb37285c
children fcdd50638150
rev   line source
paul@4888 1 # SliTaz package receipt.
paul@4888 2
paul@4888 3 PACKAGE="espeak-dev"
slaxemulator@11104 4 VERSION="1.45.05"
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