wok view faad2-dev/receipt @ rev 19221

Up pcre (8.39); add pcre2 (10.21).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 18 19:48:35 2016 +0300 (2016-06-18)
parents 129bb5b11a7e
children 6e8b1bcb30e2
line source
1 # SliTaz package receipt.
3 PACKAGE="faad2-dev"
4 VERSION="2.7"
5 CATEGORY="development"
6 SHORT_DESC="FAAD2 is an open source MPEG-4 and MPEG-2 AAC decoder devel files."
7 MAINTAINER="slitaz@kacper.se"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.audiocoding.com"
10 WANTED="faad2"
12 DEPENDS="faad2"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/include $fs/usr
19 cp -a $install/usr/lib/*.*a $fs/usr/lib
20 }