wok annotate sylpheed/receipt @ rev 2714

Add: glpi
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Apr 23 16:13:34 2009 +0200 (2009-04-23)
parents 12e74c4517b2
children ba6b5b68c12b
rev   line source
pankso@40 1 # SliTaz package receipt.
pankso@40 2
pankso@40 3 PACKAGE="sylpheed"
hacker@1934 4 VERSION="2.6.0"
pankso@203 5 CATEGORY="network"
pankso@40 6 SHORT_DESC="Simple, lightweight but featureful, and easy-to-use e-mail client"
fraazz@522 7 MAINTAINER="fraazz@altern.org"
pascal@2524 8 DEPENDS="gtk+ openssl gpgme gnupg xorg-libXdamage"
pascal@1514 9 BUILD_DEPENDS="openssl-dev glib glib-dev"
pankso@40 10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pankso@40 11 WEB_SITE="http://sylpheed.sraoss.jp/en/"
hacker@1934 12 WGET_URL="http://sylpheed.sraoss.jp/sylpheed/v2.6/$TARBALL"
pankso@40 13
pankso@40 14 # Rules to configure and make the package.
pankso@40 15 compile_rules()
pankso@40 16 {
pankso@40 17 cd $src
pankso@168 18 ./configure \
pankso@168 19 --prefix=/usr \
pankso@168 20 --infodir=/usr/share/info \
pankso@168 21 --mandir=/usr/share/man \
pascal@1460 22 $CONFIGURE_ARGS &&
pascal@1460 23 make &&
pankso@40 24 make DESTDIR=$PWD/_pkg install
pankso@40 25 }
pankso@40 26
pankso@40 27 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@40 28 genpkg_rules()
pankso@40 29 {
pankso@945 30 mkdir -p $fs/usr
pankso@40 31 cp -a $_pkg/usr/bin $fs/usr
pankso@40 32 }