wok annotate sylpheed/receipt @ rev 2353

cyrus-imapd: typo in init script
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 05 08:35:57 2009 +0000 (2009-03-05)
parents 713badbd8ef9
children 0b02072d7f48
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"
paul@1592 8 DEPENDS="gtk+ openssl gpgme gnupg"
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 }