20 lines
561 B
Plaintext
20 lines
561 B
Plaintext
# Description: Klasik iki oyunculu masaüstü oyunu
|
|
# URL: http://www.gnome.org/"
|
|
# Packager: yasarciv67@gmail.com
|
|
# Depends on: gsettings-desktop-schemas desktop-file-utils gtk-update-icon-cache hicolor-icon-theme gtk3 librsvg appstream-glib yelp-tools gnuchess
|
|
|
|
name=gnome-chess
|
|
version=3.24.1
|
|
release=1
|
|
|
|
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
|
|
|
|
build() {
|
|
cd $name-$version
|
|
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
|
|
--disable-schemas-compile
|
|
make -j1
|
|
make DESTDIR=$PKG install
|
|
}
|
|
|