milis/talimatname/genel/gnome-calculator/talimat

17 lines
394 B
Plaintext
Raw Normal View History

2017-07-25 22:21:02 +02:00
# Description: GNOME için bilimsel hesap makinesi
# URL: http://www.gnome.org
# Packager: yasarciv67@gmail.com
# Depends on: gtksourceview3 gtk3 itstool vala libsoup
name=gnome-calculator
version=3.22.2
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}