mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-10 08:54:38 +08:00
voted in from ccr xautomation
This commit is contained in:
parent
64fc541e4a
commit
7f94cdb11f
28
xautomation/PKGBUILD
Normal file
28
xautomation/PKGBUILD
Normal 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
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user