wok annotate mcabber/receipt @ rev 20639

up rclone to v1.44
author Lucas Levrel <llevrel@yahoo.fr>
date Thu Jan 10 21:49:04 2019 +0100 (2019-01-10)
parents e000d6676a79
children 83b97236db32
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@15002 8 LICENSE="GPL2"
pascal@1116 9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@1116 10 WEB_SITE="http://lilotux.net/~mikael/mcabber"
pascal@1116 11 WGET_URL="$WEB_SITE/files/$TARBALL"
pascal@15002 12
pankso@3429 13 DEPENDS="libcrypto openssl glib gpgme libgpg-error ncurses"
pascal@12579 14 BUILD_DEPENDS="ncurses-dev glib-dev"
pascal@1116 15
pascal@1116 16 # Rules to configure and make the package.
pascal@1116 17 compile_rules()
pascal@1116 18 {
pascal@1116 19 cd $src
gokhlayeh@9227 20 ./configure && make && make install
pascal@1116 21 }
pascal@1116 22
pascal@1116 23 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1116 24 genpkg_rules()
pascal@1116 25 {
pascal@1116 26 mkdir -p $fs/usr
pascal@15002 27 cp -a $install/usr/bin $fs/usr
pascal@1116 28 }
pascal@1116 29