summaryrefslogtreecommitdiffstats
path: root/abs/core/xdotool
diff options
context:
space:
mode:
authorCecil <knoppmyth@gmail.com>2011-07-04 20:27:09 (GMT)
committerCecil <knoppmyth@gmail.com>2011-07-04 20:27:09 (GMT)
commitd788cc63d1171fb5101c1769eece29bd1838b1cb (patch)
tree50d82709a2184d7b15e5a23c87f11aa9265f58a8 /abs/core/xdotool
parent68d79011c8a960c01e76525434dae5d2139d6929 (diff)
downloadlinhes_pkgbuild-d788cc63d1171fb5101c1769eece29bd1838b1cb.zip
linhes_pkgbuild-d788cc63d1171fb5101c1769eece29bd1838b1cb.tar.gz
linhes_pkgbuild-d788cc63d1171fb5101c1769eece29bd1838b1cb.tar.bz2
xdotool:bumped to latest
Diffstat (limited to 'abs/core/xdotool')
-rw-r--r--abs/core/xdotool/PKGBUILD14
1 files changed, 6 insertions, 8 deletions
diff --git a/abs/core/xdotool/PKGBUILD b/abs/core/xdotool/PKGBUILD
index bec09f9..85ee141 100644
--- a/abs/core/xdotool/PKGBUILD
+++ b/abs/core/xdotool/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 7103 2010-01-01 04:09:10Z foutrelis $
+# $Id: PKGBUILD 29296 2010-10-12 16:34:27Z foutrelis $
# Maintainer: Evangelos Foutras <foutrelis@gmail.com>
# Contributor: Rttommy <rttommy@gmail.com>
pkgname=xdotool
-pkgver=20091231.03
+pkgver=2.20101012.3049
pkgrel=1
pkgdesc="Command-line X11 automation tool"
arch=('i686' 'x86_64')
@@ -11,18 +11,16 @@ url="http://www.semicomplete.com/projects/xdotool/"
license=('BSD')
depends=('libxtst')
source=(http://semicomplete.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-md5sums=('6228520608c831f64d13f4129cb4f381')
+sha1sums=('b57e9b63123f326f0d1c8c43ff66678753d3da0c')
build() {
cd "$srcdir/$pkgname-$pkgver"
- make || return 1
- install -d "$pkgdir"/usr/{bin,lib,include,share/man}
- make PREFIX="$pkgdir/usr" INSTALLMAN="$pkgdir/usr/share/man" \
- install || return 1
+ make
+ make PREFIX="$pkgdir/usr" INSTALLMAN="$pkgdir/usr/share/man" install
# License
- install -D -m644 COPYRIGHT "$pkgdir/usr/share/licenses/xdotool/COPYRIGHT"
+ install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/xdotool/COPYRIGHT"
}
# vim:set ts=2 sw=2 et: