wok view faad2-dev/receipt @ rev 8734

Up: bind to 9.7.3.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Feb 19 08:56:32 2011 +0000 (2011-02-19)
parents
children 129bb5b11a7e
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 DEPENDS=""
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.audiocoding.com"
11 WANTED="faad2"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 cp -a $_pkg/usr/include $fs/usr
18 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
19 }