summaryrefslogtreecommitdiff
path: root/repo/zenity/zenity.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/zenity/zenity.xibuild')
-rw-r--r--repo/zenity/zenity.xibuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/repo/zenity/zenity.xibuild b/repo/zenity/zenity.xibuild
new file mode 100644
index 0000000..7bf2909
--- /dev/null
+++ b/repo/zenity/zenity.xibuild
@@ -0,0 +1,21 @@
+#!/bin/sh
+
+NAME="zenity"
+DESC="Display dialog boxes from the command line and shell scripts"
+
+MAKEDEPS="gtk2 gtk3 intltool libxml2 libnotify itstool"
+
+PKG_VER=3.32.0
+SOURCE="https://download.gnome.org/sources/zenity/${PKG_VER%.*}/zenity-$PKG_VER.tar.xz"
+
+build() {
+ ./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc
+ make
+}
+
+package() {
+ make DESTDIR="$PKG_DEST" install
+}
+