From 1b260919abcaa0b79e07e6cdd801777f33f67f4e Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 27 Dec 2015 16:46:15 +0100 Subject: add unstickpixels MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- unstickpixels/PKGBUILD | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 unstickpixels/PKGBUILD (limited to 'unstickpixels/PKGBUILD') diff --git a/unstickpixels/PKGBUILD b/unstickpixels/PKGBUILD new file mode 100644 index 0000000..aca68cd --- /dev/null +++ b/unstickpixels/PKGBUILD @@ -0,0 +1,28 @@ +# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org> + +pkgname=unstickpixels +pkgver=2 +pkgrel=1 +pkgdesc="Screen loop to try to unstick stuck dots" +arch=(i686 x86_64) +url="https://github.com/maandree/unstickpixels" +license=('GPL3' 'custom:GFDL1.3') +depends=(glibc libgamma) +makedepends=(glibc libgamma make coreutils gcc 'texinfo>=4.11') +install=$pkgname.install +source=($url/archive/$pkgver.tar.gz) +sha256sums=(6f41482108a68b8a6deaefcb5d46d6fff4806947af463b717ce8b77cedaec97f) + + +build() { + cd "$srcdir/$pkgname-$pkgver" + ./configure --prefix=/usr + make +} + + +package() { + cd "$srcdir/$pkgname-$pkgver" + make install N=: DESTDIR="$pkgdir" +} + -- cgit v1.2.3-70-g09d2