wok diff espeak-dev/receipt @ rev 5494
Up: testdisk (6.11.3)
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat May 08 00:40:05 2010 +0000 (2010-05-08) |
parents | |
children | 7e035a7d0208 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/espeak-dev/receipt Sat May 08 00:40:05 2010 +0000 1.3 @@ -0,0 +1,18 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="espeak-dev" 1.7 +VERSION="1.42.04" 1.8 +CATEGORY="misc" 1.9 +SHORT_DESC="Speech synthesizer devel files." 1.10 +MAINTAINER="erjo@slitaz.org" 1.11 +WANTED="espeak" 1.12 +WEB_SITE="http://espeak.sourceforge.net/" 1.13 + 1.14 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.15 +genpkg_rules() 1.16 +{ 1.17 + mkdir -p $fs/usr/lib 1.18 + cp -a $_pkg/usr/lib/*.a* $fs/usr/lib 1.19 + cp -a $_pkg/usr/include $fs/usr 1.20 +} 1.21 +