16abcdab67
apache: zlib aterm: xorg-libsm xorg-libxext conky: glib xorg-libxext cups-filters: cups evilwm: xorg-libxext geeqie: intltool gtk-engines: intltool gutenprint: ncurses readline lcms2: libjpeg-turbo zlib libpcap: eudev mc: ncurses mod_php: libxml2 xz mutt: ncurses mysql: ncurses openssl zlib nfs-utils: eudev ocaml: zlib php-fcgi: xz php-fpm: xz php: readline xz ruby: readline samba: talloc socat: ncurses sqlite3: ncurses sylpheed: openssl transmission-gtk: curl intltool
25 lines
643 B
Plaintext
25 lines
643 B
Plaintext
# Description: GTK+ email client and news reader
|
|
# URL: http://sylpheed.sraoss.jp/en/
|
|
# Maintainer: Juergen Daubert, jue at crux dot nu
|
|
# Depends on: gtk
|
|
|
|
name=sylpheed
|
|
version=3.6.0
|
|
release=1
|
|
source=(https://sylpheed.sraoss.jp/sylpheed/v3.6/$name-$version.tar.bz2)
|
|
|
|
build () {
|
|
cd $name-$version
|
|
|
|
./configure --prefix=/usr
|
|
make
|
|
make DESTDIR=$PKG install
|
|
|
|
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
|
|
|
|
rm -r $PKG/usr/share/{locale,sylpheed}
|
|
}
|