wok annotate faac-dev/receipt @ rev 23680
qemu: partial cloop v4 support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Apr 26 15:17:58 2020 +0000 (2020-04-26) |
parents | 6e8b1bcb30e2 |
children | f96e26cdfd7a |
rev | line source |
---|---|
paul@3856 | 1 # SliTaz package receipt. |
paul@3856 | 2 |
paul@3856 | 3 PACKAGE="faac-dev" |
Hans-G?nter@22714 | 4 VERSION="1.29.9.2" |
paul@3856 | 5 CATEGORY="development" |
Hans-G?nter@22714 | 6 SHORT_DESC="An open source MPEG-4 and MPEG-2 AAC encoder - development files." |
paul@3856 | 7 MAINTAINER="paul@slitaz.org" |
pascal@15588 | 8 LICENSE="GPL2" |
pascal@20671 | 9 WEB_SITE="https://www.audiocoding.com" |
paul@3856 | 10 |
pascal@15588 | 11 DEPENDS="faac" |
Hans-G?nter@22714 | 12 WANTED="faac" |
pascal@15588 | 13 |
paul@3856 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
paul@3856 | 15 genpkg_rules() |
paul@3856 | 16 { |
paul@3856 | 17 mkdir -p $fs/usr/lib |
Hans-G?nter@22714 | 18 |
Hans-G?nter@22714 | 19 cp -a $install/usr/include $fs/usr |
Hans-G?nter@22714 | 20 cp -a $install/usr/lib/*.*a $fs/usr/lib |
paul@3856 | 21 } |