wok-current annotate gitmail/receipt @ rev 43
Add : gcolor2, geany, gftp, gimp, gitmail, gqview, grsync
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Dec 18 14:18:59 2007 +0100 (2007-12-18) |
parents | |
children | 4959e5789caa |
rev | line source |
---|---|
pankso@43 | 1 # SliTaz package receipt. |
pankso@43 | 2 |
pankso@43 | 3 PACKAGE="gitmail" |
pankso@43 | 4 VERSION="0.4" |
pankso@43 | 5 CATEGORY="extra" |
pankso@43 | 6 SHORT_DESC="Ghost In The Mail is a simple mail client." |
pankso@43 | 7 MAINTAINER="pankso@slitaz.org" |
pankso@43 | 8 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pankso@43 | 9 WEB_SITE="http://gitmail.sourceforge.net/" |
pankso@43 | 10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" |
pankso@43 | 11 |
pankso@43 | 12 # Rules to configure and make the package. |
pankso@43 | 13 compile_rules() |
pankso@43 | 14 { |
pankso@43 | 15 cd GhostInTheMail-$VERSION |
pankso@43 | 16 ./configure --prefix=/usr $CONFIGURE_ARGS |
pankso@43 | 17 make |
pankso@43 | 18 make DESTDIR=$PWD/_pkg \ |
pankso@43 | 19 gitmaildocdir=/usr/share/doc/GhostInTheMail \ |
pankso@43 | 20 install |
pankso@43 | 21 } |
pankso@43 | 22 |
pankso@43 | 23 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@43 | 24 genpkg_rules() |
pankso@43 | 25 { |
pankso@43 | 26 mkdir -p $fs/usr |
pankso@43 | 27 cp -a GhostInTheMail-$VERSION/_pkg/usr/bin $fs/usr |
pankso@43 | 28 strip -s $fs/usr/bin/* |
pankso@43 | 29 } |