opt/sylpheed/Pkgfile

27 lines
764 B
Plaintext
Raw Normal View History

2006-02-23 15:26:10 +00:00
# Description: GTK+ email client and news reader
2006-09-23 09:19:26 +00:00
# URL: http://sylpheed.sraoss.jp/en/
2006-02-23 15:26:10 +00:00
# Maintainer: J<>rgen Daubert, juergen dot daubert at t-online dot de
# Depends on: gtk, openssl
name=sylpheed
2006-11-17 07:30:42 +01:00
version=2.2.10
2006-02-23 15:26:10 +00:00
release=1
2006-09-23 09:19:26 +00:00
source=(http://sylpheed.sraoss.jp/sylpheed/v2.2/$name-$version.tar.bz2)
2006-02-23 15:26:10 +00:00
build () {
cd $name-$version
./configure --prefix=/usr \
--disable-nls \
--enable-ssl \
--enable-ipv6 \
--enable-gpgme
make
make DESTDIR=$PKG install
2006-11-17 07:30:42 +01:00
install -d $PKG/usr/share/{applications,pixmaps}
install -m 0644 sylpheed.desktop $PKG/usr/share/applications
install -m 0644 sylpheed.png $PKG/usr/share/pixmaps
rm -r $PKG/usr/share/{locale,sylpheed}
2006-02-23 15:26:10 +00:00
}