diff options
author | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
commit | 18a41d682d6e91e0d28fce23eb75292f477bd620 (patch) | |
tree | bce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/unclutter | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/unclutter')
-rw-r--r-- | community/unclutter/PKGBUILD | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/community/unclutter/PKGBUILD b/community/unclutter/PKGBUILD deleted file mode 100644 index 263708422..000000000 --- a/community/unclutter/PKGBUILD +++ /dev/null @@ -1,25 +0,0 @@ -# $Id: PKGBUILD 65341 2012-02-21 02:13:14Z spupykin $ -# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> -# Maintainer: Andrea Scarpino <andrea@archlinux.org> -# Contributor: Callan Barrett <wizzomafizzo@gmail.com> -# Contributor: Anthony Martin <ality@pbrane.org> - -pkgname=unclutter -pkgver=8 -pkgrel=8 -pkgdesc="A small program for hiding the mouse cursor" -url="http://ftp.x.org/contrib/utilities/unclutter-8.README" -arch=('i686' 'x86_64') -license=('Public Domain') -depends=('libxext') -makedepends=('imake') -source=(http://ftp.x.org/contrib/utilities/$pkgname-$pkgver.tar.Z) -md5sums=('83d7a6498b69078f869378f801b6a84b') - -build() { - cd ${srcdir}/$pkgname - xmkmf -a - make - make DESTDIR=${pkgdir} install - install -D -m 644 unclutter.man ${pkgdir}/usr/share/man/man1/unclutter.1 -} |