2018-06-09 00:06:58 +02:00
|
|
|
|
# Tanım: Düşen blokları bir araya getirin (GNOME için Tetris benzeri oyun)
|
|
|
|
|
# URL: https://live.gnome.org/Quadrapassel
|
2018-07-30 14:25:33 +02:00
|
|
|
|
# Paketçi: yasarciv67
|
2018-06-09 00:06:58 +02:00
|
|
|
|
# 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
|
2018-07-30 14:25:33 +02:00
|
|
|
|
# Grup: oyun
|
2018-06-09 00:06:58 +02:00
|
|
|
|
|
|
|
|
|
isim=quadrapassel
|
|
|
|
|
surum=3.22.0
|
|
|
|
|
devir=1
|
|
|
|
|
|
|
|
|
|
kaynak=(http://ftp.gnome.org/pub/gnome/sources/$isim/${version:0:4}/$isim-$surum.tar.xz)
|
|
|
|
|
|
|
|
|
|
derle() {
|
|
|
|
|
cd $isim-$surum
|
|
|
|
|
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
|
|
|
|
|
--disable-schemas-compile
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
}
|