[arch-commits] Commit in xautomation/repos (4 files)
Evangelos Foutras
foutrelis at archlinux.org
Sun Feb 7 23:49:23 UTC 2016
Date: Monday, February 8, 2016 @ 00:49:22
Author: foutrelis
Revision: 160557
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
xautomation/repos/community-staging-i686/
xautomation/repos/community-staging-i686/PKGBUILD
(from rev 160556, xautomation/trunk/PKGBUILD)
xautomation/repos/community-staging-x86_64/
xautomation/repos/community-staging-x86_64/PKGBUILD
(from rev 160556, xautomation/trunk/PKGBUILD)
-----------------------------------+
community-staging-i686/PKGBUILD | 26 ++++++++++++++++++++++++++
community-staging-x86_64/PKGBUILD | 26 ++++++++++++++++++++++++++
2 files changed, 52 insertions(+)
Copied: xautomation/repos/community-staging-i686/PKGBUILD (from rev 160556, xautomation/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-07 23:49:22 UTC (rev 160557)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: raubkopierer <mail[dot]sensenmann[at]gmail[dot]com>
+
+pkgname=xautomation
+pkgver=1.09
+pkgrel=2
+pkgdesc='Controls X from the command line and does "visual scraping".'
+url='http://hoopajoo.net/projects/xautomation.html'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libpng' 'libxtst')
+source=("http://hoopajoo.net/static/projects/${pkgname}-${pkgver}.tar.gz")
+md5sums=('16b973fdb525feed876471225bba30ed')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
Copied: xautomation/repos/community-staging-x86_64/PKGBUILD (from rev 160556, xautomation/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2016-02-07 23:49:22 UTC (rev 160557)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: raubkopierer <mail[dot]sensenmann[at]gmail[dot]com>
+
+pkgname=xautomation
+pkgver=1.09
+pkgrel=2
+pkgdesc='Controls X from the command line and does "visual scraping".'
+url='http://hoopajoo.net/projects/xautomation.html'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libpng' 'libxtst')
+source=("http://hoopajoo.net/static/projects/${pkgname}-${pkgver}.tar.gz")
+md5sums=('16b973fdb525feed876471225bba30ed')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list