wok annotate faad2-dev/receipt @ rev 22557

updated bluez-dev again (4.101 -> 5.52)
author Hans-G?nter Theisgen
date Sat Jan 04 16:27:44 2020 +0100 (2020-01-04)
parents fcdd50638150
children f96e26cdfd7a
rev   line source
paul@3855 1 # SliTaz package receipt.
paul@3855 2
paul@3855 3 PACKAGE="faad2-dev"
paul@3855 4 VERSION="2.7"
paul@3855 5 CATEGORY="development"
paul@3855 6 SHORT_DESC="FAAD2 is an open source MPEG-4 and MPEG-2 AAC decoder devel files."
paul@3855 7 MAINTAINER="slitaz@kacper.se"
pascal@15588 8 LICENSE="GPL2"
pascal@20671 9 WEB_SITE="https://www.audiocoding.com"
paul@3855 10 WANTED="faad2"
paul@3855 11
pascal@15588 12 DEPENDS="faad2"
pascal@15588 13
paul@3855 14 # Rules to gen a SliTaz package suitable for Tazpkg.
paul@3855 15 genpkg_rules()
paul@3855 16 {
paul@3855 17 mkdir -p $fs/usr/lib
pascal@15588 18 cp -a $install/usr/include $fs/usr
pascal@15588 19 cp -a $install/usr/lib/*.*a $fs/usr/lib
paul@3855 20 }