wok-current view mcabber/receipt @ rev 10396
xine-lib: fix bdep, clean and remove ffmpeg from dep (we not link witj and make unwanted dep, xine ui is nice for live cd, keep it small)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue May 24 02:19:10 2011 +0200 (2011-05-24) |
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 }