wok view amsn/receipt @ rev 3933

mirror-tools: rename /etc/tazwok.conf
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 20 13:35:04 2009 +0200 (2009-08-20)
parents 2bbc0ef3f1d2
children c049e8db5f58
line source
1 # SliTaz package receipt.
3 PACKAGE="amsn"
4 VERSION="0.97.2"
5 CATEGORY="network"
6 SHORT_DESC="Alvaro's Messenger"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="tk tls jpeg xorg-libICE xorg-libSM xorg-libX11 xorg-libXau \
9 xorg-libXdmcp zlib libpng"
10 BUILD_DEPENDS="tcl-dev tk-dev"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WEB_SITE="http://amsn-project.net/"
13 WGET_URL="http://freefr.dl.sourceforge.net/sourceforge/amsn/$TARBALL
14 http://switch.dl.sourceforge.net/sourceforge/amsn/$TARBALL"
15 TAGS="chat messenger im"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 cd $src
22 ./configure --prefix=/usr \
23 --with-tcl=/usr/lib $CONFIGURE_ARGS && \
24 make -j4 && \
25 make DESTDIR=$PWD/_pkg install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 mkdir -p $fs/usr
32 cp -a $_pkg/usr/bin $fs/usr
33 cp -a $_pkg/usr/share $fs/usr
34 }