mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
sylpheed: remove long_desc.
This commit is contained in:
parent
7d7742dcac
commit
cbb18a0a34
1 changed files with 3 additions and 20 deletions
|
@ -1,34 +1,17 @@
|
||||||
# Template build file for 'sylpheed'.
|
# Template build file for 'sylpheed'.
|
||||||
pkgname=sylpheed
|
pkgname=sylpheed
|
||||||
version=3.3.0
|
version=3.3.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-compface --disable-gtkspell"
|
configure_args="--disable-compface --disable-gtkspell"
|
||||||
makedepends="pkg-config flex zlib-devel openssl-devel gtk+-devel gpgme-devel"
|
hostmakedepends="pkg-config flex"
|
||||||
|
makedepends="zlib-devel openssl-devel gtk+-devel gpgme-devel"
|
||||||
short_desc="GTK+ Lightweight and user-friendly e-mail client"
|
short_desc="GTK+ Lightweight and user-friendly e-mail client"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2, LGPL-2.1"
|
license="GPL-2, LGPL-2.1"
|
||||||
homepage="http://sylpheed.sraoss.jp"
|
homepage="http://sylpheed.sraoss.jp"
|
||||||
distfiles="http://sylpheed.sraoss.jp/sylpheed/v3.3/$pkgname-$version.tar.bz2"
|
distfiles="http://sylpheed.sraoss.jp/sylpheed/v3.3/$pkgname-$version.tar.bz2"
|
||||||
checksum=4d8f791aaf0f347439512aec72cd8262f90e020352cb2f7b63727ac5bc07353b
|
checksum=4d8f791aaf0f347439512aec72cd8262f90e020352cb2f7b63727ac5bc07353b
|
||||||
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"
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -rf ${DESTDIR}/usr/include
|
rm -rf ${DESTDIR}/usr/include
|
||||||
|
|
Loading…
Add table
Reference in a new issue