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

18 lines
493 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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.22.1
release=1
source=(http://ftp.acc.umu.se/pub/gnome/sources/four-in-a-row/3.22/four-in-a-row-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}