wok view speex-dev/receipt @ rev 22802

freetype: add freetype-config
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 28 09:23:39 2020 +0100 (2020-01-28)
parents 0b9152969608
children 8ba543afd58c
line source
1 # SliTaz package receipt.
3 PACKAGE="speex-dev"
4 VERSION="1.2.0"
5 CATEGORY="development"
6 SHORT_DESC="Low bandwidth voice codec - development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="https://www.speex.org/"
11 WANTED="speex"
12 DEPENDS="speex pkg-config"
14 HOST_ARCH="i486 arm"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/lib
20 mkdir -p $fs/usr/share
22 cp -a $install/usr/include $fs/usr
23 cp -a $install/usr/lib/*a $fs/usr/lib
24 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
25 cp -a $install/usr/share/aclocal $fs/usr/share
26 }