wok annotate faad2-dev/receipt @ rev 20615

Update varka
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Dec 21 20:44:57 2018 +0100 (2018-12-21)
parents 129bb5b11a7e
children 6e8b1bcb30e2
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"
paul@3855 9 WEB_SITE="http://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 }