wok view mcabber/receipt @ rev 1303

Typo in claws-mail receipt
author Julien Rabier <taziden@slitaz.org>
date Sat Aug 23 20:56:35 2008 +0200 (2008-08-23)
parents
children 03a799424aaa
line source
1 # SliTaz package receipt.
3 PACKAGE="mcabber"
4 VERSION="0.9.7"
5 CATEGORY="netwok"
6 SHORT_DESC="Jabber console client."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 WEB_SITE="http://lilotux.net/~mikael/mcabber"
10 WGET_URL="$WEB_SITE/files/$TARBALL"
11 DEPENDS="libcrypto openssl"
12 BUILD_DEPENDS="libcrypto-dev openssl-dev"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 ./configure --prefix=/usr --infodir=/usr/share/info \
19 --mandir=/usr/share/man $CONFIGURE_ARGS
20 make
21 make DESTDIR=$PWD/_pkg install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr
28 cp -a $_pkg/usr/bin $fs
29 }