wok view faac-dev/receipt @ rev 24608

updated gmp and gmp-dev (6.2.0 -> 6.2.1)
author Hans-G?nter Theisgen
date Fri Mar 04 07:03:01 2022 +0100 (2022-03-04)
parents f96e26cdfd7a
children
line source
1 # SliTaz package receipt.
3 PACKAGE="faac-dev"
4 VERSION="1.30"
5 CATEGORY="development"
6 SHORT_DESC="An open source MPEG-4 and MPEG-2 AAC encoder - development files."
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://github.com/knik0/faac"
11 DEPENDS="faac"
12 WANTED="faac"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 cook_copy_folders include
18 cook_copy_files *.*a
19 }