milis/talimatname/genel/zenity/talimat
2016-02-24 02:27:23 +02:00

18 lines
484 B
Text

# Description: Display graphical dialog boxes from shell scripts.
# URL: http://www.gnome.org/
# Maintainer: git.gnome.org/brownse/yelp/
# Packager: tnut at nutyx dot org
# Depends on: itstool gtk3 libnotify yelp-tools
name=zenity
version=3.16.3
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 --sysconfdir=/etc \
--localstatedir=/var
make
make DESTDIR=$PKG install
}