b52d064544
Each template now needs to use $distfiles that accepts the full URL to download the distfile and old $extract_sufx is now merged on it, but this must be separated by the '@' character. Example: distfiles="http://www.foo.org/blah-6.2@.tar.gz http://www.foo.org/blob-1.0@.tar.bz2" If distfiles contains multiple files defined, $wrksrc is now mandatory. --HG-- extra : convert_revision : 1c3fa35f148af8323ce3cbcf5732104960de6bc4
31 lines
1.1 KiB
Cheetah
31 lines
1.1 KiB
Cheetah
# Template build file for 'sylpheed'.
|
|
pkgname=sylpheed
|
|
version=2.6.0beta1
|
|
patch_files="$pkgname-fix-latest-gtk.diff"
|
|
distfiles="
|
|
http://sylpheed.sraoss.jp/sylpheed/v2.6beta/$pkgname-$version@.tar.bz2"
|
|
build_style=gnu_configure
|
|
configure_args="--disable-compface --disable-gtkspell
|
|
--disable-gpgme"
|
|
make_cmd="$XBPS_MASTERDIR/bin/gmake"
|
|
short_desc="Lightweight and user-friendly e-mail client"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=21f3204c5e9e7f8c07509fbba677f9820d847d53
|
|
long_desc="
|
|
Sylpheed is a simple, lightweight but featureful, and easy-to-use
|
|
e-mail client (mailer, MUA).
|
|
|
|
Sylpheed has the following features:
|
|
|
|
* Simple, beautiful, and well-polished user interface
|
|
* Comfortable operationality which is built in detail
|
|
* Well-organized, easy-to-understand configuration
|
|
* Lightweight operation
|
|
* High reliability
|
|
* Internationalization and Multilingualization support
|
|
* High-level Japanese processing
|
|
* Various protocols support
|
|
* Security features (GnuPG, SSL/TLSv1)
|
|
* Powerful filtering and search
|
|
* Junk mail control
|
|
* Flexible cooperation with external commands"
|