wok annotate 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
rev   line source
pascal@1116 1 # SliTaz package receipt.
pascal@1116 2
pascal@1116 3 PACKAGE="mcabber"
gokhlayeh@9227 4 VERSION="0.9.10"
pascal@1423 5 CATEGORY="network"
pascal@1116 6 SHORT_DESC="Jabber console client."
pascal@1116 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@1116 8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@1116 9 WEB_SITE="http://lilotux.net/~mikael/mcabber"
pascal@1116 10 WGET_URL="$WEB_SITE/files/$TARBALL"
pankso@3429 11 DEPENDS="libcrypto openssl glib gpgme libgpg-error ncurses"
pascal@1116 12
pascal@1116 13 # Rules to configure and make the package.
pascal@1116 14 compile_rules()
pascal@1116 15 {
pascal@1116 16 cd $src
gokhlayeh@9227 17 ./configure && make && make install
pascal@1116 18 }
pascal@1116 19
pascal@1116 20 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1116 21 genpkg_rules()
pascal@1116 22 {
pascal@1116 23 mkdir -p $fs/usr
erjo@3552 24 cp -a $_pkg/usr/bin $fs/usr
pascal@1116 25 }
pascal@1116 26