milis/talimatname/genel/grilo/talimat

18 lines
528 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Grilo, medya keşfi yapma ve uygulama geliştiricileri için gezinmeyi kolaylaştırmaya odaklı bir çerçevedir.
# URL: http://www.gnome.org
# Packagers: milisarge
# Depends on: gtk3 libxml2 libsoup gobject-introspection vala
name=grilo
version=0.2.4
release=2
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr --sysconfdir=/etc --disable-static --disable-debug \
--libdir=/usr/lib
make
make DESTDIR=$PKG install
}