opt/sylpheed/Pkgfile

25 lines
652 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: GTK+ email client and news reader
2006-09-23 11:19:26 +02:00
# URL: http://sylpheed.sraoss.jp/en/
2011-02-02 13:44:37 +01:00
# Maintainer: Juergen Daubert, jue at crux dot nu
2006-02-23 16:26:10 +01:00
# Depends on: gtk, openssl
name=sylpheed
2017-06-30 09:48:16 +02:00
version=3.6.0
2008-12-19 22:53:23 +01:00
release=1
2017-06-30 09:48:16 +02:00
source=(https://sylpheed.sraoss.jp/sylpheed/v3.6/$name-$version.tar.bz2)
2006-02-23 16:26:10 +01:00
build () {
cd $name-$version
2008-10-04 09:56:55 +02:00
2006-12-24 12:49:20 +01:00
./configure --prefix=/usr
2006-02-23 16:26:10 +01:00
make
make DESTDIR=$PKG install
2008-06-23 09:57:06 +02:00
sed -ri '/\[.+\]=/d' sylpheed.desktop
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
2008-06-23 09:57:06 +02:00
2006-11-17 07:30:42 +01:00
rm -r $PKG/usr/share/{locale,sylpheed}
2006-02-23 16:26:10 +01:00
}