wok view sipsak/receipt @ rev 9742

Fix: claws-mail BUILD_DEPENDS )libassuan, also use xorg-dev for all Xorg dev pkgs) and clean receipt
author Christophe Lincoln <pankso@slitaz.org>
date Tue May 10 02:32:37 2011 +0200 (2011-05-10)
parents 6b8241a302f7
children 380ffe05937a
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 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://sipsak.org/"
10 WGET_URL="http://download.berlios.de/$PACKAGE/$TARBALL"
11 DEPENDS="libcrypto gnutls zlib"
12 BUILD_DEPENDS="libcrypto-dev libcrypto"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 mv $PACKAGE-0.9.6 $src
18 cd $src
19 ./configure --prefix=/usr --infodir=/usr/share/info \
20 --mandir=/usr/share/man $CONFIGURE_ARGS &&
21 make &&
22 make DESTDIR=$PWD/_pkg install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr
29 cp -a $_pkg/usr/bin $fs/usr
30 }