18 lines
496 B
Plaintext
18 lines
496 B
Plaintext
# Description: Fake keyboard/mouse input
|
|
# URL: http://www.semicomplete.com/projects/xdotool
|
|
# Maintainer: Tim Biermann, tbier at posteo dot de
|
|
# Depends on: libxkbcommon xorg-libxinerama xorg-libxtst
|
|
|
|
name=xdotool
|
|
version=3.20160805.1
|
|
release=1
|
|
source=(https://github.com/jordansissel/$name/archive/v$version/$name-v$version.tar.gz)
|
|
|
|
|
|
build() {
|
|
cd $name-$version
|
|
make WITHOUT_RPATH_FIX=1
|
|
make DESTDIR=$PKG PREFIX=/usr DINSTALLMAN=$PKG/usr/share/man install
|
|
chmod -x $PKG/usr/include/xdo.h
|
|
}
|