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
|
2017-08-04 20:27:41 +02:00
|
|
|
|
version=3.22.1
|
2017-07-30 12:30:55 +02:00
|
|
|
|
release=1
|
|
|
|
|
|
2017-08-04 20:27:41 +02:00
|
|
|
|
source=(http://ftp.acc.umu.se/pub/gnome/sources/four-in-a-row/3.22/four-in-a-row-$version.tar.xz)
|
2017-07-30 12:30:55 +02:00
|
|
|
|
|
|
|
|
|
build() {
|
|
|
|
|
cd $name-$version
|
|
|
|
|
./configure --prefix=/usr
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
}
|