19 lines
630 B
Plaintext
19 lines
630 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@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
|
|||
|
|
|||
|
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
|
|||
|
}
|