wok-next annotate espeak-dev/receipt @ rev 16561
Up: slitaz-configs (automount fix) and add util-linux-eject to polkit deps
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu May 01 10:33:40 2014 +0200 (2014-05-01) |
parents | b57c98f49e55 |
children | d6bd3fc6e0bd |
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" |
pascal@15588 | 8 LICENSE="GPL3" |
paul@4888 | 9 WANTED="espeak" |
paul@4888 | 10 WEB_SITE="http://espeak.sourceforge.net/" |
paul@4888 | 11 |
paul@4888 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
paul@4888 | 13 genpkg_rules() |
paul@4888 | 14 { |
paul@4888 | 15 mkdir -p $fs/usr/lib |
pascal@15588 | 16 cp -a $install/usr/lib/*.a* $fs/usr/lib |
pascal@15588 | 17 cp -a $install/usr/include $fs/usr |
paul@4888 | 18 } |
paul@4888 | 19 |