milis/talimatname/genel/g/geary/talimat

17 lines
573 B
Plaintext
Raw Normal View History

2017-10-16 02:28:47 +02:00
# Description: A lightweight email client for the GNOME desktop
# URL: http://www.yorba.org/projects/geary/
# Packager: milisarge
# Depends on: cmake gnome-doc-utils tdb gobject-introspection intltool vala git gnome-keyring gmime iso-codes libcanberra libgee libnotify librsvg webkitgtk3
name=geary
version=0.11.4
release=1
source=(https://git.gnome.org/browse/geary/snapshot/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr --disable-schemas-compile --disable-desktop-update --disable-icon-update
make
make DESTDIR="${PKG}" install
}