wok annotate faad2-dev/receipt @ rev 10024

glibc: dont build with -Os and better use default CFLAGS also need --build and --host
author Christophe Lincoln <pankso@slitaz.org>
date Thu May 19 18:19:46 2011 +0200 (2011-05-19)
parents fe884d8ff264
children fcdd50638150
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