17 lines
566 B
Plaintext
17 lines
566 B
Plaintext
# Tanım: A lightweight email client for the GNOME desktop
|
||
# URL: http://www.yorba.org/projects/geary/
|
||
# Paketçi: milisarge
|
||
# Gerekler: 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
|
||
}
|