voted in from ccr xautomation

This commit is contained in:
abveritas 2012-12-02 02:06:34 +00:00
parent 64fc541e4a
commit 7f94cdb11f

28
xautomation/PKGBUILD Normal file
View File

@ -0,0 +1,28 @@
#
# Apps Packages for Chakra, part of chakra-project.org
#
# maintainer abveritas@chakra-project.org
# contributor Martín González <koteccr[at]gmail[dot]com>
pkgname=xautomation
pkgver=1.06
pkgrel=1
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=("http://hoopajoo.net/static/projects/${pkgname}-${pkgver}.tar.gz")
md5sums=('89cb18c15c0c177ce044c9d566a7ddfe')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./configure --prefix=/usr
make
}
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
}