18 lines
493 B
Plaintext
18 lines
493 B
Plaintext
# 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
|
||
}
|