wok annotate speex-dev/receipt @ rev 20011
Add: description.txt and links revision.
author | Leonardo Laporte <hackdorte@yandex.com> |
---|---|
date | Thu Aug 03 07:12:33 2017 -0300 (2017-08-03) |
parents | 47e1df965953 |
children | a78610b2eb47 |
rev | line source |
---|---|
pascal@1179 | 1 # SliTaz package receipt. |
pascal@1179 | 2 |
pascal@1179 | 3 PACKAGE="speex-dev" |
pascal@5760 | 4 VERSION="1.2rc1" |
pascal@1179 | 5 CATEGORY="development" |
pascal@1179 | 6 SHORT_DESC="Low bandwith voice codec dev files." |
pascal@1179 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15593 | 8 LICENSE="BSD" |
pascal@1179 | 9 WEB_SITE="http://www.speex.org/" |
pascal@15593 | 10 WANTED="speex" |
pascal@19116 | 11 HOST_ARCH="i486 arm" |
pascal@15593 | 12 |
pascal@15599 | 13 DEPENDS="speex pkg-config" |
pascal@1179 | 14 |
pascal@1179 | 15 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@1179 | 16 genpkg_rules() |
pascal@1179 | 17 { |
pascal@1179 | 18 mkdir -p $fs/usr/lib $fs/usr/share |
pascal@15593 | 19 cp -a $install/usr/include $fs/usr |
pascal@15593 | 20 cp -a $install/usr/lib/*a $fs/usr/lib |
pascal@15593 | 21 cp -a $install/usr/lib/pkgconfig $fs/usr/lib |
pascal@15593 | 22 cp -a $install/usr/share/aclocal $fs/usr/share |
pascal@1179 | 23 } |