opt/sylpheed/Pkgfile

25 lines
613 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: GTK+ email client and news reader
2023-01-29 10:46:02 +01:00
# URL: http://sylpheed.sraoss.jp/en/
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: gtk
2006-02-23 16:26:10 +01:00
name=sylpheed
2023-01-29 10:46:02 +01:00
version=3.8.0beta1
2008-12-19 22:53:23 +01:00
release=1
2023-01-29 10:46:02 +01:00
source=(https://sylpheed.sraoss.jp/sylpheed/v3.8beta/$name-$version.tar.xz)
2006-02-23 16:26:10 +01:00
2023-01-29 10:46:02 +01:00
build() {
cd $name-$version
2008-10-04 09:56:55 +02:00
2023-01-29 10:46:02 +01:00
./configure --prefix=/usr
make
make DESTDIR=$PKG install
2008-06-23 09:57:06 +02:00
2023-01-29 10:46:02 +01:00
sed -ri '/\[.+\]=/d' sylpheed.desktop
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
2023-01-29 10:46:02 +01:00
rm -r $PKG/usr/share/{locale,sylpheed}
2006-02-23 16:26:10 +01:00
}