wok-current annotate faac-dev/receipt @ rev 19514
kamailio: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Nov 22 18:08:00 2016 +0100 (2016-11-22) |
parents | 129bb5b11a7e |
children | 6e8b1bcb30e2 |
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" |
pascal@15588 | 8 LICENSE="GPL2" |
paul@3856 | 9 WEB_SITE="http://www.audiocoding.com" |
paul@3856 | 10 WANTED="faac" |
paul@3856 | 11 |
pascal@15588 | 12 DEPENDS="faac" |
pascal@15588 | 13 |
paul@3856 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
paul@3856 | 15 genpkg_rules() |
paul@3856 | 16 { |
paul@3856 | 17 mkdir -p $fs/usr/lib |
pascal@15588 | 18 cp -a $install/usr/include $fs/usr |
pascal@15588 | 19 cp -a $install/usr/lib/*.*a $fs/usr/lib |
paul@3856 | 20 } |