wok-4.x annotate faad2-dev/receipt @ rev 10724
libbonobo-dev: better with /usr/include
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun May 29 02:13:17 2011 +0200 (2011-05-29) |
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 |