wok-current annotate faac-dev/receipt @ rev 25024
Update some wget_url
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed May 18 20:10:17 2022 +0000 (2022-05-18) |
parents | f96e26cdfd7a |
children | 3ad63c8fc2f9 |
rev | line source |
---|---|
paul@3856 | 1 # SliTaz package receipt. |
paul@3856 | 2 |
paul@3856 | 3 PACKAGE="faac-dev" |
Hans-G?nter@24534 | 4 VERSION="1.30" |
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@23908 | 9 WEB_SITE="https://github.com/knik0/faac" |
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 { |
Hans-G?nter@24534 | 17 cook_copy_folders include |
Hans-G?nter@24534 | 18 cook_copy_files *.*a |
paul@3856 | 19 } |