wok annotate faac-dev/receipt @ rev 8704

add: nareto, nareto-doc
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Feb 17 23:13:15 2011 +0100 (2011-02-17)
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