wok view ayttm/receipt @ rev 18897

syslinux/isohybrid.exe add -r support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 14 22:06:06 2016 +0100 (2016-02-14)
parents 7896f0694ef6
children 7f39549720b8
line source
1 # SliTaz package receipt.
3 PACKAGE="ayttm"
4 VERSION="0.6.3"
5 CATEGORY="network"
6 SHORT_DESC="Universal instant messenger client"
7 MAINTAINER="devl547@gmail.com"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://ayttm.sourceforge.net/"
11 WGET_URL="http://downloads.sourceforge.net/project/$PACKAGE/$PACKAGE/$VERSION/$TARBALL"
13 BUILD_DEPENDS="gtk+-dev zlib-dev audiofile-dev xcb-util-dev openssl-dev flex \
14 enchant-dev xorg-libXpm-dev libtool"
15 DEPENDS="gtk+ zlib audiofile xcb-util openssl enchant aspell xorg-libXpm"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 # remove -lfl
21 sed -i 's/LEXLIB=.*/LEXLIB=/' configure
22 ./configure --prefix=/usr --infodir=/usr/share/info \
23 --mandir=/usr/share/man $CONFIGURE_ARGS \
24 --disable-webcam --disable-esd --disable-arts --disable-webcam \
25 --enable-lj &&
26 make && make install
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 mkdir -p $fs/usr/
33 mkdir -p $fs/etc/
34 cp -a $install/usr/bin $fs/usr
35 cp -a $install/usr/lib $fs/usr
36 cp -a $install/usr/share/ $fs/usr
37 cp $install/usr/etc/ayttmrc $fs/etc/ayttmrc
38 }