milis/talimatname/genel/g/gnome-chess/talimat

20 lines
544 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Klasik iki oyunculu masaüstü oyunu
2017-07-30 12:30:55 +02:00
# URL: http://www.gnome.org/"
2017-10-27 20:46:27 +02:00
# Paketçi: yasarciv67@gmail.com
# Gerekler: gsettings-desktop-schemas desktop-file-utils gtk-update-icon-cache hicolor-icon-theme gtk3 librsvg appstream-glib yelp-tools gnuchess
2017-07-30 12:30:55 +02:00
2017-10-28 14:10:23 +02:00
isim=gnome-chess
surum=3.24.1
devir=1
2017-07-30 12:30:55 +02:00
2017-10-28 14:10:23 +02:00
kaynak=(http://ftp.gnome.org/pub/gnome/sources/$isim/${surum%.*}/$isim-$surum.tar.xz)
2017-07-30 12:30:55 +02:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd $isim-$surum
2017-07-30 12:30:55 +02:00
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
--disable-schemas-compile
make -j1
make DESTDIR=$PKG install
}