wok view speex-dev/receipt @ rev 20993

gpicview: modified TARBALL
author Hans-G?nter Theisgen
date Thu Mar 07 17:13:01 2019 +0100 (2019-03-07)
parents db951131add1
children 16f593bc1840
line source
1 # SliTaz package receipt.
3 PACKAGE="speex-dev"
4 VERSION="1.2rc1"
5 CATEGORY="development"
6 SHORT_DESC="Low bandwith voice codec dev files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="https://www.speex.org/"
10 WANTED="speex"
11 HOST_ARCH="i486 arm"
13 DEPENDS="speex pkg-config"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib $fs/usr/share
19 cp -a $install/usr/include $fs/usr
20 cp -a $install/usr/lib/*a $fs/usr/lib
21 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
22 cp -a $install/usr/share/aclocal $fs/usr/share
23 }