diff options
author | Cem Keylan <cem@ckyln.com> | 2019-12-09 19:17:24 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2019-12-09 19:17:24 +0300 |
commit | 03423e0583057cbe5a16f8439183e2dbc0e8dd7c (patch) | |
tree | 81fe3ba69d94146f83fb5541d1fb2da0ac4eac08 /xorg/xinput | |
download | repository-03423e0583057cbe5a16f8439183e2dbc0e8dd7c.tar.gz |
secondary commit
Diffstat (limited to 'xorg/xinput')
-rwxr-xr-x | xorg/xinput/build | 9 | ||||
-rw-r--r-- | xorg/xinput/checksums | 1 | ||||
-rw-r--r-- | xorg/xinput/depends | 2 | ||||
-rw-r--r-- | xorg/xinput/sources | 1 | ||||
-rw-r--r-- | xorg/xinput/version | 1 |
5 files changed, 14 insertions, 0 deletions
diff --git a/xorg/xinput/build b/xorg/xinput/build new file mode 100755 index 00000000..373bceed --- /dev/null +++ b/xorg/xinput/build @@ -0,0 +1,9 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --mandir=/usr/share/man \ + --localstatedir=/var + +make +make DESTDIR="$1" install diff --git a/xorg/xinput/checksums b/xorg/xinput/checksums new file mode 100644 index 00000000..ffc3d73f --- /dev/null +++ b/xorg/xinput/checksums @@ -0,0 +1 @@ +9f29f9bfe387c5a3d582f9edc8c5a753510ecc6fdfb154c03b5cea5975b10ce4 xinput-1.6.3.tar.gz diff --git a/xorg/xinput/depends b/xorg/xinput/depends new file mode 100644 index 00000000..4118e164 --- /dev/null +++ b/xorg/xinput/depends @@ -0,0 +1,2 @@ +libX11 +libXmu diff --git a/xorg/xinput/sources b/xorg/xinput/sources new file mode 100644 index 00000000..5cafdf91 --- /dev/null +++ b/xorg/xinput/sources @@ -0,0 +1 @@ +https://www.x.org/releases/individual/app/xinput-1.6.3.tar.gz diff --git a/xorg/xinput/version b/xorg/xinput/version new file mode 100644 index 00000000..05465e05 --- /dev/null +++ b/xorg/xinput/version @@ -0,0 +1 @@ +1.6.3 1 |