wok annotate faac-dev/receipt @ rev 3933

mirror-tools: rename /etc/tazwok.conf
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 20 13:35:04 2009 +0200 (2009-08-20)
parents
children 129bb5b11a7e
rev   line source
paul@3856 1 # SliTaz package receipt.
paul@3856 2
paul@3856 3 PACKAGE="faac-dev"
paul@3856 4 VERSION="1.28"
paul@3856 5 CATEGORY="development"
paul@3856 6 SHORT_DESC="FAAC is an open source MPEG-4 and MPEG-2 AAC encoder devel files."
paul@3856 7 MAINTAINER="paul@slitaz.org"
paul@3856 8 DEPENDS=""
paul@3856 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
paul@3856 10 WEB_SITE="http://www.audiocoding.com"
paul@3856 11 WANTED="faac"
paul@3856 12
paul@3856 13 # Rules to gen a SliTaz package suitable for Tazpkg.
paul@3856 14 genpkg_rules()
paul@3856 15 {
paul@3856 16 mkdir -p $fs/usr/lib
paul@3856 17 cp -a $_pkg/usr/include $fs/usr
paul@3856 18 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
paul@3856 19 }
paul@3856 20