diff options
| author | John Vogel <jvogel4@stny.rr.com> | 2023-04-22 07:56:45 -0400 |
|---|---|---|
| committer | John Vogel <jvogel4@stny.rr.com> | 2023-04-22 07:56:45 -0400 |
| commit | 98adcca463b4acd84153d23b3534b1e82699171d (patch) | |
| tree | 2e20d796c02dfaf9cd209995e95f8c5550ef33b3 /xconsole/APKBUILD | |
| parent | 7bc4a6d17e9f920214002a68113c06386fab0222 (diff) | |
| download | my-aports-98adcca463b4acd84153d23b3534b1e82699171d.tar.gz | |
xconsole: new aport
Diffstat (limited to 'xconsole/APKBUILD')
| -rw-r--r-- | xconsole/APKBUILD | 32 |
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 +" |
