wok-current view faad2-dev/receipt @ rev 16237

ARM: add libsdl-net, libsdl-image, libsdl-mixer, libsdl-ttf
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 02 10:38:57 2014 +0200 (2014-04-02)
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 }