wok-stable annotate spandsp-dev/receipt @ rev 1630
Up tazpkg (2.4.1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Oct 23 20:29:40 2008 +0000 (2008-10-23) |
parents | |
children | d721970e86cb |
rev | line source |
---|---|
pascal@1178 | 1 # SliTaz package receipt. |
pascal@1178 | 2 |
pascal@1178 | 3 PACKAGE="spandsp-dev" |
pascal@1178 | 4 VERSION="0.0.4pre15" |
pascal@1178 | 5 CATEGORY="development" |
pascal@1178 | 6 SHORT_DESC="library of DSP functions for telephony dev files." |
pascal@1178 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@1178 | 8 WEB_SITE="http://www.soft-switch.org/" |
pascal@1178 | 9 WANTED="spandsp" |
pascal@1178 | 10 |
pascal@1178 | 11 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@1178 | 12 genpkg_rules() |
pascal@1178 | 13 { |
pascal@1178 | 14 mkdir -p $fs/usr/lib |
pascal@1178 | 15 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib |
pascal@1178 | 16 cp -a $_pkg/usr/include $fs/usr |
pascal@1178 | 17 } |