wok-current annotate faac-dev/receipt @ rev 9569
Up: xorg-xkeyboard-config to 2.2.1.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Apr 11 23:11:08 2011 +0000 (2011-04-11) |
parents | 7d31bed17bd3 |
children | fcdd50638150 |
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" |
slaxemulator@8966 | 8 DEPENDS="faac" |
paul@3856 | 9 WEB_SITE="http://www.audiocoding.com" |
paul@3856 | 10 WANTED="faac" |
paul@3856 | 11 |
paul@3856 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
paul@3856 | 13 genpkg_rules() |
paul@3856 | 14 { |
paul@3856 | 15 mkdir -p $fs/usr/lib |
paul@3856 | 16 cp -a $_pkg/usr/include $fs/usr |
paul@3856 | 17 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib |
paul@3856 | 18 } |
paul@3856 | 19 |