milis/talimatname/genel/q/quadrapassel/talimat

19 lines
638 B
Plaintext
Raw Normal View History

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
name=quadrapassel
version=3.22.0
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version:0:4}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
--disable-schemas-compile
make
make DESTDIR=$PKG install
}