wok-next view nbs/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents b19ddba309f9
children d5aab818505e
line source
1 # SliTaz package receipt v2.
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"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="subversion|http://svn.digium.com/svn/nbs/trunk"
14 BUILD_DEPENDS="subversion"
15 SPLIT="nbs-dev"
17 compile_rules() {
19 make &&
20 make DESTDIR=$DESTDIR install || return 1
22 ln -s libnbs.so.1.0 $install/usr/lib/libnbs.so.1
24 # like --disable static (asterisk don't like this lib)
25 find $install -type f -name '*.a' -delete
26 }
28 genpkg_rules() {
29 case $PACKAGE in
30 nbs) copy @std;;
31 *-dev) copy @dev;;
32 esac
33 }