wok view mcabber/receipt @ rev 9974

linux: FIX config files (they was missing config and still i486 config)
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 18 19:11:35 2011 +0200 (2011-05-18)
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 }