contrib/sylpheed-claws/Pkgfile

25 lines
624 B
Plaintext
Raw Normal View History

2006-10-28 21:52:29 +02:00
# Description: An e-mail client (and news reader), based on GTK+
# URL: http://claws.sylpheed.org
2006-10-29 12:57:46 +01:00
# Maintainer: Mikhail Kolesnik, mike at openbunker dot org
2006-10-28 21:52:29 +02:00
# Packager: Brett Goulder, predatorfreak at dcaf-security dot org
# Depends on: gtk openssl libetpan
# Nice to have: gpgme aspell clamav
name=sylpheed-claws
version=2.5.6
release=1
source=(http://dl.sourceforge.net/sylpheed-claws/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr \
--disable-nls \
--disable-gnomeprint \
--disable-manual \
--mandir=/usr/man \
--enable-libetpan
make
make DESTDIR=$PKG install
}