wok-6.x view spandsp-dev/receipt @ rev 10475
tazwikiss: we need TARBALL when dl from hg|scv|etc so when cloned and archived we use the tarball
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed May 25 11:56:40 2011 +0200 (2011-05-25) |
parents | 3b80d83904fb |
children | 0d6fc7e516c3 |
line source
1 # SliTaz package receipt.
3 PACKAGE="spandsp-dev"
4 VERSION="0.0.5"
5 CATEGORY="development"
6 SHORT_DESC="library of DSP functions for telephony dev files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://www.soft-switch.org/"
9 WANTED="spandsp"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib
15 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
16 cp -a $_pkg/usr/include $fs/usr
17 }