diff options
| -rw-r--r-- | listres/APKBUILD | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/listres/APKBUILD b/listres/APKBUILD new file mode 100644 index 0000000..81e1ff0 --- /dev/null +++ b/listres/APKBUILD @@ -0,0 +1,32 @@ +# Contributor: John Vogel <jvogel4@stny.rr.com> +# Maintainer: John Vogel <jvogel4@stny.rr.com> +pkgname=listres +pkgver=1.0.5 +pkgrel=0 +pkgdesc="List resources in widgets" +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=" +caa3626773031fbf6d8bcc1f697afe6add64fe4a8d1d766c42d5c2346050869dd23a26a1718411134ab05c75835facf0786cab5595721a16df423cdc54dd813d listres-1.0.5.tar.xz +" |
