milis/talimatname/genel/four-in-a-row/talimat

18 lines
486 B
Plaintext
Raw Normal View History

2017-07-30 12:30:55 +02:00
# Description: Kazanmak için aynı renkteki çizgileri yapın
# 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 libcanberra librsvg tdb
name=four-in-a-row
version=3.24.1
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
make
make DESTDIR=$PKG install
}