20 lines
633 B
Plaintext
20 lines
633 B
Plaintext
# Tanım: Düşen blokları bir araya getirin (GNOME için Tetris benzeri oyun)
|
||
# URL: https://live.gnome.org/Quadrapassel
|
||
# Paketçi: yasarciv67
|
||
# 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
|
||
# Grup: oyun
|
||
|
||
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
|
||
}
|