2017-07-08 23:18:04 +02:00
|
|
|
|
# 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
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
|
|
|
|
name=grilo
|
2017-07-08 23:18:04 +02:00
|
|
|
|
version=0.3.2
|
2017-05-21 20:44:47 +02:00
|
|
|
|
release=1
|
2017-07-08 23:18:04 +02:00
|
|
|
|
|
2016-02-24 01:27:23 +01:00
|
|
|
|
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
|
2017-01-31 01:37:09 +01:00
|
|
|
|
|
2016-02-24 01:27:23 +01:00
|
|
|
|
build() {
|
|
|
|
|
cd $name-$version
|
2017-07-08 23:18:04 +02:00
|
|
|
|
./configure --prefix=/usr --libdir=/usr/lib --disable-static
|
2016-02-24 01:27:23 +01:00
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
}
|