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/
|
2011-02-02 13:44:37 +01:00
|
|
|
# Maintainer: Juergen Daubert, jue at crux dot nu
|
2017-10-31 17:32:48 +01:59
|
|
|
# Depends on: gtk
|
2006-02-23 15:26:10 +00:00
|
|
|
|
|
|
|
name=sylpheed
|
2018-02-02 17:27:16 +01:00
|
|
|
version=3.7.0
|
2008-12-19 22:53:23 +01:00
|
|
|
release=1
|
2018-02-02 17:27:16 +01:00
|
|
|
source=(https://sylpheed.sraoss.jp/sylpheed/v3.7/$name-$version.tar.xz)
|
2006-02-23 15:26:10 +00: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 15:26:10 +00: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 15:26:10 +00:00
|
|
|
}
|