wok-next annotate faad2-dev/receipt @ rev 6573
lighttpd: fix 36897b07aa3c commit
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Oct 08 21:28:00 2010 +0200 (2010-10-08) |
parents | |
children | 129bb5b11a7e |
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" |
paul@3855 | 8 DEPENDS="" |
paul@3855 | 9 TARBALL="$PACKAGE-$VERSION.tar.gz" |
paul@3855 | 10 WEB_SITE="http://www.audiocoding.com" |
paul@3855 | 11 WANTED="faad2" |
paul@3855 | 12 |
paul@3855 | 13 # Rules to gen a SliTaz package suitable for Tazpkg. |
paul@3855 | 14 genpkg_rules() |
paul@3855 | 15 { |
paul@3855 | 16 mkdir -p $fs/usr/lib |
paul@3855 | 17 cp -a $_pkg/usr/include $fs/usr |
paul@3855 | 18 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib |
paul@3855 | 19 } |
paul@3855 | 20 |