3 # Contributor: Adrian C. <anrxc..sysphere.org>
8 pkgdesc="Xwrits reminds you to take regular wrist breaks, and prevent RSI"
10 url="http://www.lcdf.org/xwrits"
12 depends=("libx11" "libxext" "libxinerama")
13 makedepends=("xproto" "xineramaproto")
14 source=("${url}/${pkgname}-${pkgver}.tar.gz")
15 md5sums=("3e20a00321e264da2b058432fadcff76")
19 cd "${srcdir}/${pkgname}-${pkgver}"
21 ./configure --prefix=/usr || return 1
23 make DESTDIR="${pkgdir}" install || return 1