wok view faac-dev/receipt @ rev 4088

Up: glpi (0.72.21)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed Sep 16 13:54:48 2009 +0000 (2009-09-16)
parents
children 129bb5b11a7e
line source
1 # SliTaz package receipt.
3 PACKAGE="faac-dev"
4 VERSION="1.28"
5 CATEGORY="development"
6 SHORT_DESC="FAAC is an open source MPEG-4 and MPEG-2 AAC encoder devel files."
7 MAINTAINER="paul@slitaz.org"
8 DEPENDS=""
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.audiocoding.com"
11 WANTED="faac"
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 }