wok view sipsak/receipt @ rev 15001

Add some GPL2 licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 17:48:05 2013 +0000 (2013-08-10)
parents 0d71947173a7
children 0cf5040bca13
line source
1 # SliTaz package receipt.
3 PACKAGE="sipsak"
4 VERSION="0.9.6-1"
5 CATEGORY="network"
6 SHORT_DESC="SIP swiss army knife."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://sipsak.org/"
11 WGET_URL="http://download.berlios.de/$PACKAGE/$TARBALL"
13 DEPENDS="libcrypto gnutls zlib"
14 BUILD_DEPENDS="libcrypto-dev libcrypto"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 mv $PACKAGE-0.9.6 $src
20 cd $src
21 ./configure --prefix=/usr --infodir=/usr/share/info \
22 --mandir=/usr/share/man $CONFIGURE_ARGS &&
23 make &&
24 make DESTDIR=$DESTDIR install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 mkdir -p $fs/usr
31 cp -a $install/usr/bin $fs/usr
32 }