wok-4.x annotate espeak-dev/receipt @ rev 12054
xlockmore: new desktop file
author | Samuel Trassare <samuel_trassare@yahoo.com> |
---|---|
date | Wed Mar 07 19:15:51 2012 -0800 (2012-03-07) |
parents | e92bbb37285c |
children |
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 |