milis/talimatname/genel/zenity/talimat

19 lines
484 B
Plaintext

# 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
}