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/mtdev | |
download | repository-03423e0583057cbe5a16f8439183e2dbc0e8dd7c.tar.gz |
secondary commit
Diffstat (limited to 'xorg/mtdev')
-rwxr-xr-x | xorg/mtdev/build | 7 | ||||
-rw-r--r-- | xorg/mtdev/checksums | 1 | ||||
-rw-r--r-- | xorg/mtdev/sources | 1 | ||||
-rw-r--r-- | xorg/mtdev/version | 1 |
4 files changed, 10 insertions, 0 deletions
diff --git a/xorg/mtdev/build b/xorg/mtdev/build new file mode 100755 index 00000000..6daf22f8 --- /dev/null +++ b/xorg/mtdev/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install diff --git a/xorg/mtdev/checksums b/xorg/mtdev/checksums new file mode 100644 index 00000000..b0ef807c --- /dev/null +++ b/xorg/mtdev/checksums @@ -0,0 +1 @@ +6677d5708a7948840de734d8b4675d5980d4561171c5a8e89e54adf7a13eba7f mtdev-1.1.5.tar.bz2 diff --git a/xorg/mtdev/sources b/xorg/mtdev/sources new file mode 100644 index 00000000..f6b66743 --- /dev/null +++ b/xorg/mtdev/sources @@ -0,0 +1 @@ +https://bitmath.org/code/mtdev/mtdev-1.1.5.tar.bz2 diff --git a/xorg/mtdev/version b/xorg/mtdev/version new file mode 100644 index 00000000..3d29560a --- /dev/null +++ b/xorg/mtdev/version @@ -0,0 +1 @@ +1.1.5 1 |