wok view lpcnet-dev/receipt @ rev 21263

updated libnetfilter_queue and libnetfilter_queue-dev (1.0.2 -> 1.0.3)
author Hans-G?nter Theisgen
date Fri Apr 12 13:34:05 2019 +0100 (2019-04-12)
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 }