wok annotate gitmail/receipt @ rev 153
Add JWM_MENU infos
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jan 26 19:03:45 2008 +0100 (2008-01-26) |
parents | 0403ebaf4af0 |
children | 00b8d39101ac |
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" |
pascal@153 | 11 JWM_MENU='Internet:<Program icon="internet-mail.png" label="Ghost In The Mail">gitmail</Program>' |
pankso@43 | 12 |
pankso@43 | 13 # Rules to configure and make the package. |
pankso@43 | 14 compile_rules() |
pankso@43 | 15 { |
pankso@43 | 16 cd GhostInTheMail-$VERSION |
pankso@43 | 17 ./configure --prefix=/usr $CONFIGURE_ARGS |
pankso@43 | 18 make |
pankso@43 | 19 make DESTDIR=$PWD/_pkg \ |
pankso@43 | 20 gitmaildocdir=/usr/share/doc/GhostInTheMail \ |
pankso@43 | 21 install |
pankso@43 | 22 } |
pankso@43 | 23 |
pankso@43 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@43 | 25 genpkg_rules() |
pankso@43 | 26 { |
pankso@43 | 27 mkdir -p $fs/usr |
pankso@43 | 28 cp -a GhostInTheMail-$VERSION/_pkg/usr/bin $fs/usr |
pankso@43 | 29 strip -s $fs/usr/bin/* |
pankso@43 | 30 } |