wok view amsn/receipt @ rev 3588

linux: add sound snd_hada_intel is in-kernel too
author Rohit Joshi <jozee@slitaz.org>
date Sat Jun 27 15:30:51 2009 +0000 (2009-06-27)
parents e75b1d632d66
children c3ade3a6751b
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://mirror.pimentvert.com/sources/amsn/$TARBALL"
14 TAGS="chat messenger im"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 ./configure --prefix=/usr \
22 --with-tcl=/usr/lib $CONFIGURE_ARGS && \
23 make -j4 && \
24 make DESTDIR=$PWD/_pkg install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 mkdir -p $fs/usr
31 cp -a $_pkg/usr/bin $fs/usr
32 cp -a $_pkg/usr/share $fs/usr
33 }