wok-4.x annotate faad2-dev/receipt @ rev 11291
firefox-langpack-*: Fixed all $TARBALL to be saved as $PACKAGE-$VERSION.zip. This is so it doesn't use the older $LANG.xpi files on tank.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri Nov 11 07:15:49 2011 +0000 (2011-11-11) |
parents | fe884d8ff264 |
children |
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" |
slaxemulator@8966 | 8 DEPENDS="faad2" |
paul@3855 | 9 WEB_SITE="http://www.audiocoding.com" |
paul@3855 | 10 WANTED="faad2" |
paul@3855 | 11 |
paul@3855 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
paul@3855 | 13 genpkg_rules() |
paul@3855 | 14 { |
paul@3855 | 15 mkdir -p $fs/usr/lib |
paul@3855 | 16 cp -a $_pkg/usr/include $fs/usr |
paul@3855 | 17 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib |
paul@3855 | 18 } |
paul@3855 | 19 |