wok annotate spandsp-dev/receipt @ rev 2755

Add task
author Paul Issott <paul@slitaz.org>
date Sun Apr 26 15:40:30 2009 +0000 (2009-04-26)
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 }