wok-next view ayttm/receipt @ rev 20569

Fix libtool where applicable (a*-f* packages yet); combine collectd* receipts
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 13 07:14:16 2018 +0300 (2018-04-13)
parents 7eb047d2b438
children 0e26d2139c15
line source
1 # SliTaz package receipt v2.
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 WEB_SITE="http://ayttm.sourceforge.net/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="gtk+-dev zlib-dev audiofile-dev xorg-xcb-util-dev openssl-dev \
15 flex enchant-dev xorg-libXpm-dev libtool"
17 compile_rules() {
18 # remove -lfl
19 sed -i 's/LEXLIB=.*/LEXLIB=/' configure
21 ./configure \
22 --disable-webcam \
23 --disable-esd \
24 --disable-arts \
25 --enable-lj \
26 $CONFIGURE_ARGS &&
27 fix libtool &&
28 make &&
29 make install
30 }
32 genpkg_rules() {
33 copy @std
34 DEPENDS="gtk+ zlib audiofile xorg-xcb-util openssl enchant aspell \
35 xorg-libXpm"
36 }