wok-next view loqui/receipt @ rev 21447

updated seamonkey (2.7.2 -> 2.53.2)
author Hans-G?nter Theisgen
date Tue May 05 17:33:00 2020 +0100 (2020-05-05)
parents f48456621a9d
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="loqui"
4 VERSION="0.5.2"
5 CATEGORY="x-window"
6 SHORT_DESC="Light IRC Client for GTK2"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://launchpad.net/loqui"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://launchpadlibrarian.net/85404437/$TARBALL"
14 BUILD_DEPENDS="gtk2-dev"
16 compile_rules() {
17 export LDFLAGS="$LDFLAGS -lgthread-2.0"
19 ./configure $CONFIGURE_ARGS &&
20 fix libtool &&
21 make &&
22 make install
23 }
25 genpkg_rules() {
26 copy @std
27 DEPENDS="gtk2"
28 }