--- user/xrandr/APKBUILD | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 user/xrandr/APKBUILD diff --git a/user/xrandr/APKBUILD b/user/xrandr/APKBUILD new file mode 100644 index 0000000..f2b2ca2 --- /dev/null +++ b/user/xrandr/APKBUILD _at__at_ -0,0 +1,33 _at__at_ +# Contributor: Valery Kartel <valery.kartel(a)gmail.com> +# Contributor: Natanael Copa <ncopa(a)alpinelinux.org> +# Maintainer: Max Rees <maxcrees(a)me.com> +pkgname=xrandr +pkgver=1.5.0 +pkgrel=1 +pkgdesc="Command line interface to X RandR extension" +url="http://xorg.freedesktop.org/" +arch="all" +options="!check" # No test suite. +license="MIT" +subpackages="$pkgname-doc" +depends="" +makedepends="libxrandr-dev util-macros" +source="http://www.x.org/releases/individual/app/$pkgname-$pkgver.tar.bz2" + +build() { + cd "$builddir" + ./configure \ + --build=$CBUILD \ + --host=$CHOST \ + --prefix=/usr \ + --mandir=/usr/share/man + make +} + +package() { + cd "$builddir" + make DESTDIR="$pkgdir" install + rm "$pkgdir"/usr/bin/xkeystone +} + +sha512sums="11d8fb1b98fbe215555d5bb875d82f80a7fd6a61c93ebf175c226f4f747570e8d18980add54a4b88d20dc637155074b2a558b34f035d66a465f324281d65f9e4 xrandr-1.5.0.tar.bz2" -- 2.17.1Received on Fri Aug 03 2018 - 06:55:50 UTC
This archive was generated by hypermail 2.4.0 : Sat May 08 2021 - 22:54:40 UTC