From 2a5b65245fc99d4756d8316c3deb1816d37db412 Mon Sep 17 00:00:00 2001 From: Duncan Guthrie Date: Thu, 28 Dec 2017 23:46:32 +0000 Subject: testing/ratpoison: new aport --- testing/ratpoison/APKBUILD | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 testing/ratpoison/APKBUILD (limited to 'testing/ratpoison') diff --git a/testing/ratpoison/APKBUILD b/testing/ratpoison/APKBUILD new file mode 100644 index 00000000000..2671f4408c3 --- /dev/null +++ b/testing/ratpoison/APKBUILD @@ -0,0 +1,38 @@ +# Contributor: Duncan Guthrie +# Maintainer: Duncan Guthrie +pkgname=ratpoison +pkgver=1.4.9 +pkgrel=0 +pkgdesc="ratpoison: Say good-bye to the rodent" +url="http://ratpoison.nongnu.org" +arch="all" +license="GPL2" +depends="libx11" +makedepends="libx11-dev" +install="" +subpackages="$pkgname-dev $pkgname-doc" +source="http://download.savannah.nongnu.org/releases/$pkgname/$pkgname-$pkgver.tar.xz" +builddir="$srcdir/$pkgname-$pkgver" +options="!check" + +build() { + cd "$builddir" + ./configure \ + --build=$CBUILD \ + --host=$CHOST \ + --prefix=/usr \ + --sysconfdir=/etc \ + --mandir=/usr/share/man \ + --localstatedir=/var \ + --without-xkb \ + --without-xft \ + --without-xrandr + make +} + +package() { + cd "$builddir" + make DESTDIR="$pkgdir" install +} + +sha512sums="97f705efd2092b8e12528496890c59f613e6fcec010aca94a5a59bd641e22dfc50dd500a4b94af7a07553a8a6359f6bec4eee0db1a7ded29d7f051904b09beef ratpoison-1.4.9.tar.xz" -- cgit v1.2.3