wok-next view ghostinthemail/receipt @ rev 21721

created recipes for efivar and efibootmgr
author Hans-G?nter Theisgen
date Tue Sep 01 10:09:15 2020 +0100 (2020-09-01)
parents
children
line source
1 # SliTaz package receipt v2.
3 ORIGIN="GhostInTheMail"
4 PACKAGE="ghostinthemail"
5 VERSION="0.5"
6 CATEGORY="network"
7 SHORT_DESC="Ghost In The Mail - simple mail client"
8 MAINTAINER="devel@slitaz.org"
9 LICENSE="GPL2"
10 WEB_SITE="http://gitmail.sourceforge.net/"
12 TARBALL="$ORIGIN-$VERSION.tar.gz"
13 WGET_URL="$SF_MIRROR/gitmail/$TARBALL"
15 BUILD_DEPENDS="gtk2-dev gettext gfortran"
17 compile_rules() {
18 export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lpthread"
20 ./configure $CONFIGURE_ARGS &&
21 fix libtool &&
22 make &&
23 make \
24 DESTDIR=$install \
25 gitmaildocdir=/usr/share/doc/GhostInTheMail \
26 install
27 }
29 DEPENDS="atk gdk-pixbuf glib gtk2"