wok view asterisk-addons/receipt @ rev 13383

Add serd & sord
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Sep 22 23:05:11 2012 +0200 (2012-09-22)
parents 83a9a0b3d080
children f4c22f009037
line source
1 # SliTaz package receipt.
3 PACKAGE="asterisk-addons"
4 VERSION="1.6.2.4"
5 CATEGORY="misc"
6 SHORT_DESC="Open Source PBX and telephony toolkit addons."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://www.asterisk.org/"
10 WGET_URL="http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/$TARBALL"
11 DEPENDS="libmysqlclient zlib glibc-base"
12 BUILD_DEPENDS="asterisk-dev ncurses-dev libmysqlclient mysql-dev gtk+-dev"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 ./configure \
19 --prefix=/usr \
20 --sysconfdir=/etc \
21 $CONFIGURE_ARGS
22 make &&
23 make DESTDIR=$DESTDIR install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 cp -a $_pkg/usr $fs
30 }