# Template file for 'claws-mail' pkgname=claws-mail version=3.15.1 revision=1 build_style=gnu-configure configure_args="--disable-static --disable-python-plugin --disable-perl-plugin" hostmakedepends="pkg-config python-devel" makedepends="poppler-glib-devel libarchive-devel libSM-devel libnotify-devel libcanberra-devel gpgme-devel gnutls-devel enchant-devel dbus-devel libetpan-devel libldap-devel libsoup-gnome-devel startup-notification-devel" short_desc="The user-friendly, lightweight, and fast email client" maintainer="Jakub Skrzypnik " license="GPL-3" homepage="http://claws-mail.org" distfiles="http://www.claws-mail.org/download.php?file=releases/claws-mail-${version}.tar.xz" checksum="8d093c2f32db863c1141d56e35424c04ee48fe5d6adf4c7f349f647fa3149542" 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 } }