wok view mcabber/receipt @ rev 10880

vnc2flv: Fixed WGET_URL.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Jun 25 09:39:04 2011 +0000 (2011-06-25)
parents 66f602bccca4
children e000d6676a79
line source
1 # SliTaz package receipt.
3 PACKAGE="mcabber"
4 VERSION="0.9.10"
5 CATEGORY="network"
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 glib gpgme libgpg-error ncurses"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 ./configure && make && make install
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 mkdir -p $fs/usr
24 cp -a $_pkg/usr/bin $fs/usr
25 }