New package: claws-mail-3.11.1

This commit is contained in:
Jakub Skrzypnik 2015-03-29 12:38:26 +02:00 committed by Dominik Honnef
parent 59b251ecc0
commit 15c48dff7f
2 changed files with 31 additions and 0 deletions

1
srcpkgs/claws-mail-devel Symbolic link
View file

@ -0,0 +1 @@
claws-mail

View file

@ -0,0 +1,30 @@
# Template file for 'claws-mail'
pkgname=claws-mail
version=3.11.1
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config libetpan-devel python-devel"
makedepends="gtk+-devel gpgme-devel gnutls-devel enchant-devel dbus-devel libetpan-devel python-devel pygtk-devel"
short_desc="An extensible and secure e-mail client / newsreader with classic GUI"
maintainer="Jakub Skrzypnik <jot.skrzyp@gmail.com>"
license="GPL-3"
homepage="http://claws-mail.org"
distfiles="${SOURCEFORGE_SITE}/claws-mail/Claws%20Mail/${version}/claws-mail-${version}.tar.gz"
checksum="eb9a9a18bc3ad4f6c5a1689e74522a2ef98437a010f49a669082ba64b7f5fc34"
nocross=yes
# TODO(dominikh): claws-mail is a mess. If we don't have python
# installed at all, the build process will fail, even if we don't want
# the python plugin. If we do have python installed, cross-compilation
# fails. It's probably possible to fix the configure script to
# cross-compile properly, but it's not worth the trouble. To me,
# anyway.
claws-mail-devel_package() {
depends="${makedepends}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
}
}