wok-4.x annotate spandsp-dev/receipt @ rev 6614
Added libid3tag to depends of libid3tag-dev.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Oct 09 19:59:44 2010 +0000 (2010-10-09) |
parents | 3b80d83904fb |
children |
rev | line source |
---|---|
pascal@1178 | 1 # SliTaz package receipt. |
pascal@1178 | 2 |
pascal@1178 | 3 PACKAGE="spandsp-dev" |
pascal@3182 | 4 VERSION="0.0.5" |
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 } |