wok-6.x annotate spandsp-dev/receipt @ rev 15676
linux: add CVE-2013-2929 fix (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Dec 19 11:33:46 2013 +0000 (2013-12-19) |
parents | d721970e86cb |
children | 7a2212bc32cd |
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@15097 | 8 LICENSE="LGPL2.1" |
pascal@1178 | 9 WEB_SITE="http://www.soft-switch.org/" |
pascal@1178 | 10 WANTED="spandsp" |
pascal@1178 | 11 |
pascal@15097 | 12 DEPENDS="spandsp" |
pascal@15097 | 13 |
pascal@1178 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@1178 | 15 genpkg_rules() |
pascal@1178 | 16 { |
pascal@1178 | 17 mkdir -p $fs/usr/lib |
pascal@15097 | 18 cp -a $install/usr/lib/*.*a $fs/usr/lib |
pascal@15097 | 19 cp -a $install/usr/include $fs/usr |
pascal@1178 | 20 } |