18 lines
532 B
Plaintext
18 lines
532 B
Plaintext
# Description: Çerçeve, medya keşfi yapma ve uygulama geliştiricileri için gezinmeyi kolaylaştırmaya odaklanmıştır.
|
||
# URL: http://www.gnome.org/
|
||
# Packager: yasarciv67@gmail.com
|
||
# Depends on: glib libxml2 gobject-introspection gtk3 liboauth libsoup totem-pl-parser vala
|
||
|
||
name=grilo
|
||
version=0.3.2
|
||
release=1
|
||
|
||
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
|
||
|
||
build() {
|
||
cd $name-$version
|
||
./configure --prefix=/usr --libdir=/usr/lib --disable-static
|
||
make
|
||
make DESTDIR=$PKG install
|
||
}
|