wok-next view gitmail/receipt @ rev 20845

Add neofetch, tcl2c-fork; build two versions of tklauncher (using tcl2c and tcl2c-fork) with different warnings
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 23 09:45:42 2018 +0300 (2018-06-23)
parents d43bf7aae921
children f48456621a9d
line source
1 # SliTaz package receipt v2.
3 PACKAGE="gitmail"
4 VERSION="0.4"
5 CATEGORY="network"
6 SHORT_DESC="Ghost In The Mail is a simple mail client"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://gitmail.sourceforge.net/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="gtk+-dev"
16 COOKOPTS="skip-log-errors"
18 compile_rules() {
19 export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lpthread"
21 ./configure $CONFIGURE_ARGS &&
22 fix libtool &&
23 make &&
24 make \
25 DESTDIR=$DESTDIR \
26 gitmaildocdir=/usr/share/doc/GhostInTheMail \
27 install
28 }
30 genpkg_rules() {
31 copy @std
32 DEPENDS="gtk+ xorg-libXdamage"
33 }