summaryrefslogtreecommitdiff
path: root/xconsole
diff options
context:
space:
mode:
Diffstat (limited to 'xconsole')
-rw-r--r--xconsole/APKBUILD32
1 files changed, 32 insertions, 0 deletions
diff --git a/xconsole/APKBUILD b/xconsole/APKBUILD
new file mode 100644
index 0000000..2ec21f9
--- /dev/null
+++ b/xconsole/APKBUILD
@@ -0,0 +1,32 @@
+# Contributor: John Vogel <jvogel4@stny.rr.com>
+# Maintainer: John Vogel <jvogel4@stny.rr.com>
+pkgname=xconsole
+pkgver=1.0.8
+pkgrel=0
+pkgdesc="Display a message or query in a window"
+url="https://xorg.freedesktop.org/"
+arch="all"
+license="MIT"
+makedepends="libx11-dev libxaw-dev libxmu-dev libxt-dev util-macros xorgproto"
+subpackages="$pkgname-doc"
+source="https://xorg.freedesktop.org/archive/individual/app/$pkgname-$pkgver.tar.xz"
+options="!check"
+
+build() {
+ ./configure \
+ --build=$CBUILD \
+ --host=$CHOST \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --mandir=/usr/share/man \
+ --localstatedir=/var
+ make
+}
+
+package() {
+ make DESTDIR="$pkgdir" install
+}
+
+sha512sums="
+93fd8527abed4faaf0f6a3804ab08dbcb926b0aaf67fd814c003b6b1102e2f643be5362a020c7028ae928925ffd423df6eb456d4ed48cf30a4c5f00a7ce648fa xconsole-1.0.8.tar.xz
+"