wok annotate mcabber/receipt @ rev 12949

asterisk: dahdi needs tonezone
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 31 09:56:44 2012 +0200 (2012-05-31)
parents 19dcddc29280
children 7896f0694ef6
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@12579 12 BUILD_DEPENDS="ncurses-dev glib-dev"
pascal@1116 13
pascal@1116 14 # Rules to configure and make the package.
pascal@1116 15 compile_rules()
pascal@1116 16 {
pascal@1116 17 cd $src
gokhlayeh@9227 18 ./configure && make && make install
pascal@1116 19 }
pascal@1116 20
pascal@1116 21 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1116 22 genpkg_rules()
pascal@1116 23 {
pascal@1116 24 mkdir -p $fs/usr
erjo@3552 25 cp -a $_pkg/usr/bin $fs/usr
pascal@1116 26 }
pascal@1116 27