wok-next diff ghostinthemail/receipt @ rev 21196

updated scrollz again (2.2.3 -> 2.3)
author Hans-G?nter Theisgen
date Thu Oct 03 16:09:40 2019 +0100 (2019-10-03)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/ghostinthemail/receipt	Thu Oct 03 16:09:40 2019 +0100
     1.3 @@ -0,0 +1,29 @@
     1.4 +# SliTaz package receipt v2.
     1.5 +
     1.6 +ORIGIN="GhostInTheMail"
     1.7 +PACKAGE="ghostinthemail"
     1.8 +VERSION="0.5"
     1.9 +CATEGORY="network"
    1.10 +SHORT_DESC="Ghost In The Mail - simple mail client"
    1.11 +MAINTAINER="devel@slitaz.org"
    1.12 +LICENSE="GPL2"
    1.13 +WEB_SITE="http://gitmail.sourceforge.net/"
    1.14 +
    1.15 +TARBALL="$ORIGIN-$VERSION.tar.gz"
    1.16 +WGET_URL="$SF_MIRROR/gitmail/$TARBALL"
    1.17 +
    1.18 +BUILD_DEPENDS="gtk2-dev gettext gfortran"
    1.19 +
    1.20 +compile_rules() {
    1.21 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lpthread"
    1.22 +
    1.23 +	./configure $CONFIGURE_ARGS &&
    1.24 +	fix libtool &&
    1.25 +	make &&
    1.26 +	make \
    1.27 +		DESTDIR=$install \
    1.28 +		gitmaildocdir=/usr/share/doc/GhostInTheMail \
    1.29 +		install
    1.30 +}
    1.31 +
    1.32 +DEPENDS="atk gdk-pixbuf glib gtk2"