milis/talimatname/genel/gfbgraph/talimat

18 lines
449 B
Plaintext
Raw Normal View History

2017-07-25 22:21:02 +02:00
# Description: Facebook Grafiği API'si için GLib / GObject sarmalayıcı.
# URL: http://www.gnome.org/
# Packager: yasarciv67@gmail.com
# Depends on: librest json-glib gobject-introspection gnome-online-accounts
name=gfbgraph
version=0.2.3
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr --disable-static
make
make DESTDIR=$PKG install
}