[arch-commits] Commit in xautomation/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Fri Nov 9 21:28:22 UTC 2018


    Date: Friday, November 9, 2018 @ 21:28:21
  Author: foutrelis
Revision: 404645

archrelease: copy trunk to community-staging-x86_64

Added:
  xautomation/repos/community-staging-x86_64/
  xautomation/repos/community-staging-x86_64/PKGBUILD
    (from rev 404643, xautomation/trunk/PKGBUILD)

----------+
 PKGBUILD |   25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

Copied: xautomation/repos/community-staging-x86_64/PKGBUILD (from rev 404643, xautomation/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-11-09 21:28:21 UTC (rev 404645)
@@ -0,0 +1,25 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: raubkopierer <mail[dot]sensenmann[at]gmail[dot]com>
+
+pkgname=xautomation
+pkgver=1.09
+pkgrel=3
+pkgdesc='Controls X from the command line and does "visual scraping".'
+url='http://hoopajoo.net/projects/xautomation.html'
+arch=('x86_64')
+license=('GPL')
+depends=('libpng' 'libxtst')
+source=("https://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