wok annotate spandsp/receipt @ rev 18980
Up: New wallpapers and new mirror.
author | Leonardo Laporte <hackdorte@sapo.pt> |
---|---|
date | Tue Mar 15 05:30:13 2016 -0300 (2016-03-15) |
parents | b7319995b37e |
children | 7a2212bc32cd |
rev | line source |
---|---|
pascal@1178 | 1 # SliTaz package receipt. |
pascal@1178 | 2 |
pascal@9043 | 3 PACKAGE="spandsp" |
pascal@9043 | 4 VERSION="0.0.5" |
pascal@9043 | 5 CATEGORY="system-tools" |
pascal@9043 | 6 SHORT_DESC="library of DSP functions for telephony." |
pascal@1178 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15096 | 8 LICENSE="LGPL2.1" |
pascal@9043 | 9 TARBALL="$PACKAGE-$VERSION.tgz" |
pascal@9043 | 10 WEB_SITE="http://www.soft-switch.org/" |
pascal@9043 | 11 WGET_URL="${WEB_SITE}downloads/$PACKAGE/$TARBALL" |
pascal@15096 | 12 |
pascal@9043 | 13 DEPENDS="tiff zlib jpeg" |
pascal@15096 | 14 BUILD_DEPENDS="tiff-dev zlib-dev jpeg-dev" |
pascal@1178 | 15 |
pascal@1178 | 16 # Rules to configure and make the package. |
pascal@1178 | 17 compile_rules() |
pascal@1178 | 18 { |
pascal@1178 | 19 cd $src |
gokhlayeh@11573 | 20 ./configure --prefix=/usr $CONFIGURE_ARGS && |
pascal@9048 | 21 make -j1 && |
pascal@9048 | 22 make -j1 install |
pascal@1178 | 23 } |
pascal@1178 | 24 |
pascal@1178 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@1178 | 26 genpkg_rules() |
pascal@1178 | 27 { |
pascal@9043 | 28 mkdir -p $fs/usr/lib |
pascal@15096 | 29 cp -a $install/usr/lib/*.so* $fs/usr/lib |
pascal@1178 | 30 } |