talimat 561 B

1234567891011121314151617181920
  1. # Description: Klasik iki oyunculu masaüstü oyunu
  2. # URL: http://www.gnome.org/"
  3. # Packager: yasarciv67@gmail.com
  4. # Depends on: gsettings-desktop-schemas desktop-file-utils gtk-update-icon-cache hicolor-icon-theme gtk3 librsvg appstream-glib yelp-tools gnuchess
  5. name=gnome-chess
  6. version=3.24.1
  7. release=1
  8. source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
  9. build() {
  10. cd $name-$version
  11. ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
  12. --disable-schemas-compile
  13. make -j1
  14. make DESTDIR=$PKG install
  15. }