wok view nbs/receipt @ rev 15595

siproxd, smx: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Dec 03 21:46:10 2013 +0000 (2013-12-03)
parents d1768332cee0
children cfc6ddf8de74
line source
1 # SliTaz package receipt.
3 PACKAGE="nbs"
4 VERSION="2007svn"
5 CATEGORY="network"
6 SHORT_DESC="Network Broadcast Sound."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://svn.digium.com/view/nbs"
10 WGET_URL="subversion|http://svn.digium.com/svn/nbs/trunk"
12 BUILD_DEPENDS="subversion"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 patch -p0 < $stuff/Makefile.u &&
19 make &&
20 make DESTDIR=$DESTDIR install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/lib
27 cp -a $install/usr/bin $fs/usr
28 cp -a $install/usr/sbin $fs/usr
29 cp -a $install/usr/lib/*.so* $fs/usr/lib
30 ln -s libnbs.so.1.0 $fs/usr/lib/libnbs.so.1
31 }