wok annotate speex-dev/receipt @ rev 22805

updated gawk (4.2.1 -> 5.0.1)
author Hans-G?nter Theisgen
date Tue Jan 28 10:03:39 2020 +0100 (2020-01-28)
parents 0b9152969608
children 8ba543afd58c
rev   line source
pascal@1179 1 # SliTaz package receipt.
pascal@1179 2
pascal@1179 3 PACKAGE="speex-dev"
Hans-G?nter@21946 4 VERSION="1.2.0"
pascal@1179 5 CATEGORY="development"
Hans-G?nter@21946 6 SHORT_DESC="Low bandwidth voice codec - development files."
pascal@1179 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15593 8 LICENSE="BSD"
pascal@20669 9 WEB_SITE="https://www.speex.org/"
Hans-G?nter@21946 10
pascal@15593 11 WANTED="speex"
Hans-G?nter@21946 12 DEPENDS="speex pkg-config"
Hans-G?nter@21946 13
pascal@19116 14 HOST_ARCH="i486 arm"
pascal@15593 15
pascal@1179 16 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1179 17 genpkg_rules()
pascal@1179 18 {
Hans-G?nter@21946 19 mkdir -p $fs/usr/lib
Hans-G?nter@21946 20 mkdir -p $fs/usr/share
Hans-G?nter@21946 21
Hans-G?nter@21946 22 cp -a $install/usr/include $fs/usr
Hans-G?nter@21946 23 cp -a $install/usr/lib/*a $fs/usr/lib
Hans-G?nter@21946 24 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
Hans-G?nter@21946 25 cp -a $install/usr/share/aclocal $fs/usr/share
pascal@1179 26 }