diff options
author | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:17:40 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:19:39 (GMT) |
commit | adbcf19958300e9b6598990184c8815b945ba0ee (patch) | |
tree | f4283c850ac0ac202c17e78a637ee7ca8147621b /abs/core-testing/xdotool/PKGBUILD | |
parent | 61a68250df10d29b624650948484898334ff22d0 (diff) | |
download | linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.zip linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.gz linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.bz2 |
Removed old core and extra from repo. Renamed -testing to core/extra. This will setup the base for the testing branch.
Diffstat (limited to 'abs/core-testing/xdotool/PKGBUILD')
-rw-r--r-- | abs/core-testing/xdotool/PKGBUILD | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/abs/core-testing/xdotool/PKGBUILD b/abs/core-testing/xdotool/PKGBUILD deleted file mode 100644 index bec09f9..0000000 --- a/abs/core-testing/xdotool/PKGBUILD +++ /dev/null @@ -1,28 +0,0 @@ -# $Id: PKGBUILD 7103 2010-01-01 04:09:10Z foutrelis $ -# Maintainer: Evangelos Foutras <foutrelis@gmail.com> -# Contributor: Rttommy <rttommy@gmail.com> - -pkgname=xdotool -pkgver=20091231.03 -pkgrel=1 -pkgdesc="Command-line X11 automation tool" -arch=('i686' 'x86_64') -url="http://www.semicomplete.com/projects/xdotool/" -license=('BSD') -depends=('libxtst') -source=(http://semicomplete.googlecode.com/files/$pkgname-$pkgver.tar.gz) -md5sums=('6228520608c831f64d13f4129cb4f381') - -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 - - # License - install -D -m644 COPYRIGHT "$pkgdir/usr/share/licenses/xdotool/COPYRIGHT" -} - -# vim:set ts=2 sw=2 et: |