wok view lpcnet-dev/receipt @ rev 21399

mana, newsbeuter: fix build
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 22 19:45:31 2019 +0200 (2019-04-22)
parents
children
line source
1 # SliTaz package receipt.
3 PACKAGE="lpcnet-dev"
4 VERSION="0.1"
5 CATEGORY="development"
6 SHORT_DESC="Efficient neural speech synthesis, development files"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="https://people.xiph.org/~jm/demo/lpcnet_codec/"
10 WANTED="lpcnet"
12 DEPENDS="pkg-config lpcnet"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/include $fs/usr
19 cp -a $install/usr/lib/*.*a $fs/usr/lib
20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
21 }