18 lines
442 B
Plaintext
18 lines
442 B
Plaintext
# Tanım: Facebook Grafiği API'si için GLib / GObject sarmalayıcı.
|
||
# URL: http://www.gnome.org/
|
||
# Paketçi: yasarciv67@gmail.com
|
||
# Gerekler: 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)
|
||
|
||
derle() {
|
||
cd $name-$version
|
||
./configure --prefix=/usr --disable-static
|
||
make
|
||
make DESTDIR=$PKG install
|
||
}
|