From 03423e0583057cbe5a16f8439183e2dbc0e8dd7c Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 9 Dec 2019 19:17:24 +0300 Subject: secondary commit --- xorg/mtdev/build | 7 +++++++ xorg/mtdev/checksums | 1 + xorg/mtdev/sources | 1 + xorg/mtdev/version | 1 + 4 files changed, 10 insertions(+) create mode 100755 xorg/mtdev/build create mode 100644 xorg/mtdev/checksums create mode 100644 xorg/mtdev/sources create mode 100644 xorg/mtdev/version (limited to 'xorg/mtdev') 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 -- cgit v1.2.3