85cc462e1d
* Moved helpers, common and triggers dirs into xbps-src, where they belong. * Renamed the templates dir to srcpkgs, it was so redundant before. * Make it possible to add subpkgs with no restriction in names, for example udev now has a subpkgs called "libgudev". Previously subpkgs were named "${sourcepkg}-${pkgname}". * xbps-src: changed to look for template files in current directory. That means that most arguments from the targets have been removed. * xbps-src: added a reinstall target, to remove + install. * xbps-src: do not overwrite binpkgs by default, skip them. And more that I forgot because it's a mega-commit that I've been working for some days already... --HG-- extra : convert_revision : 0f466878584d1e6895d2a234f07ea1b2d1e61b3e
34 lines
1.2 KiB
Text
34 lines
1.2 KiB
Text
# Template build file for 'sylpheed'.
|
|
pkgname=sylpheed
|
|
version=2.6.0
|
|
distfiles="http://sylpheed.sraoss.jp/sylpheed/v2.6/$pkgname-$version.tar.bz2"
|
|
build_style=gnu_configure
|
|
configure_args="--disable-compface --disable-gtkspell
|
|
--disable-gpgme"
|
|
short_desc="Lightweight and user-friendly e-mail client"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=121b9f69d5501be2caa8419d5cf1351436db4b43af9f2083b07e59f1def31f51
|
|
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"
|
|
|
|
Add_dependency build pkg-config
|
|
Add_dependency build flex
|
|
Add_dependency full glibc
|
|
Add_dependency full gtk+
|
|
Add_dependency full openssl
|