diff --git a/templates/xsetmode/template b/templates/xsetmode/template new file mode 100644 index 00000000000..9923a18b7e3 --- /dev/null +++ b/templates/xsetmode/template @@ -0,0 +1,18 @@ +# Template build file for 'xsetmode'. +pkgname=xsetmode +version=1.0.0 +distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2" +build_style=gnu_configure +short_desc="Switch mode of XInput devices" +maintainer="Juan RP " +checksum=988b47cd922991c6e6adbce15dc386ac75690b61744b526c3af5a4eaa9afa0aa +long_desc=" + The xsetmode program is used to switch XInput devices between absolute + and relative positioning. + + This is from the modular X.org X11 project." + +Add_dependency build pkg-config +Add_dependency full glibc +Add_dependency full libX11 +Add_dependency full libXi