wok view faac-dev/receipt @ rev 25038

make cups-filters compile with qpdf-dev-10.6.1
author Hans-G?nter Theisgen
date Thu May 26 10:57:02 2022 +0100 (2022-05-26)
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 }