milis/talimatname/genel/grilo/talimat

18 lines
528 B
Plaintext
Raw Normal View History

2017-03-24 12:45:30 +01:00
# Description: Grilo, medya keşfi yapma ve uygulama geliştiricileri için gezinmeyi kolaylaştırmaya odaklı bir çerçevedir.
2016-02-24 01:27:23 +01:00
# URL: http://www.gnome.org
2017-01-31 01:37:09 +01:00
# Packagers: milisarge
2016-02-24 01:27:23 +01:00
# Depends on: gtk3 libxml2 libsoup gobject-introspection vala
name=grilo
2017-05-21 20:44:47 +02:00
version=0.3.3
release=1
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
./configure --prefix=/usr --sysconfdir=/etc --disable-static --disable-debug \
--libdir=/usr/lib
make
make DESTDIR=$PKG install
}