wok-next view espeak-dev/receipt @ rev 17216

iptstate, mdp, ruby-ncurses, screenfetch, tiptop, tpp, trash-cli: add license
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 11 14:25:56 2014 +0200 (2014-10-11)
parents fcdd50638150
children c4e53a39395a
line source
1 # SliTaz package receipt.
3 PACKAGE="espeak-dev"
4 VERSION="1.45.05"
5 CATEGORY="misc"
6 SHORT_DESC="Speech synthesizer devel files."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL3"
9 WANTED="espeak"
10 WEB_SITE="http://espeak.sourceforge.net/"
11 HOST_ARCH="i486 arm"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 cp -a $install/usr/lib/*.a* $fs/usr/lib
18 cp -a $install/usr/include $fs/usr
19 }