
Receipt for package "nbs"
# SliTaz package receipt. PACKAGE="nbs" VERSION="2007svn" CATEGORY="network" SHORT_DESC="Network Broadcast Sound." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" WEB_SITE="https://www.asterisk.org/" TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="subversion|http://svn.digium.com/svn/nbs/trunk" BUILD_DEPENDS="subversion" # What is the latest version available today? current_version() { wget -O - http://svn.digium.com/svn/nbs/trunk/ 2>/dev/null | \ sed '/rev=/!d;s|.*rev="||;s|".*||;q' } # Rules to configure and make the package. compile_rules() { cd $src patch -p0 < $stuff/Makefile.u && make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib cp -a $install/usr/bin $fs/usr cp -a $install/usr/sbin $fs/usr cp -a $install/usr/lib/*.so* $fs/usr/lib ln -s libnbs.so.1.0 $fs/usr/lib/libnbs.so.1 }
6088 packages and 256128 files in current database (Wed Mar 5 09:18:31 2025)