wok view espeak-dev/receipt @ rev 17010

scrollkeeper: Avoid file not found
author Yuri Pourre <yuripourre@gmail.com>
date Tue Aug 12 15:34:30 2014 -0300 (2014-08-12)
parents fcdd50638150
children a4d7cdc4c433
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 }