2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: Düşen blokları bir araya getirin (GNOME için Tetris benzeri oyun)
|
2017-07-30 12:30:55 +02:00
|
|
|
|
# URL: https://live.gnome.org/Quadrapassel
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: yasarciv67@gmail.com
|
|
|
|
|
# Gerekler: gsettings-desktop-schemas desktop-file-utils gtk-update-icon-cache intltool itstool gobject-introspection desktop-file-utils hicolor-icon-theme clutter-gtk libcanberra librsvg
|
2017-07-30 12:30:55 +02:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
isim=quadrapassel
|
|
|
|
|
surum=3.22.0
|
|
|
|
|
devir=1
|
2017-07-30 12:30:55 +02:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
kaynak=(http://ftp.gnome.org/pub/gnome/sources/$isim/${version:0:4}/$isim-$surum.tar.xz)
|
2017-07-30 12:30:55 +02:00
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2017-10-28 14:10:23 +02:00
|
|
|
|
cd $isim-$surum
|
2017-07-30 12:30:55 +02:00
|
|
|
|
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
|
|
|
|
|
--disable-schemas-compile
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
}
|