summaryrefslogtreecommitdiff
path: root/community/xdotool
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/xdotool
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/xdotool')
-rw-r--r--community/xdotool/PKGBUILD34
1 files changed, 0 insertions, 34 deletions
diff --git a/community/xdotool/PKGBUILD b/community/xdotool/PKGBUILD
deleted file mode 100644
index 79b024cc1..000000000
--- a/community/xdotool/PKGBUILD
+++ /dev/null
@@ -1,34 +0,0 @@
-# $Id: PKGBUILD 92913 2013-06-18 18:33:07Z foutrelis $
-# Maintainer: Evangelos Foutras <evangelos@foutrelis.com>
-# Contributor: Rttommy <rttommy@gmail.com>
-
-pkgname=xdotool
-pkgver=2.20110530.1
-pkgrel=3
-pkgdesc="Command-line X11 automation tool"
-arch=('i686' 'x86_64')
-url="http://www.semicomplete.com/projects/xdotool/"
-license=('BSD')
-depends=('libxtst' 'libxinerama')
-source=(http://semicomplete.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha256sums=('e7b42c8b1d391970e1c1009b256033f30e57d8e0a2a3de229fd61ecfc27baf67')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
-
- make PREFIX="$pkgdir/usr" INSTALLMAN="$pkgdir/usr/share/man" install
-
- # Remove execute bit from header file
- chmod -x "$pkgdir/usr/include/xdo.h"
-
- # License
- install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/xdotool/COPYRIGHT"
-}
-
-# vim:set ts=2 sw=2 et: