diff options
Diffstat (limited to 'xorg/xorg-util-macros')
-rwxr-xr-x | xorg/xorg-util-macros/build | 7 | ||||
-rw-r--r-- | xorg/xorg-util-macros/checksums | 1 | ||||
-rw-r--r-- | xorg/xorg-util-macros/sources | 1 | ||||
-rw-r--r-- | xorg/xorg-util-macros/version | 1 |
4 files changed, 10 insertions, 0 deletions
diff --git a/xorg/xorg-util-macros/build b/xorg/xorg-util-macros/build new file mode 100755 index 00000000..6daf22f8 --- /dev/null +++ b/xorg/xorg-util-macros/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install diff --git a/xorg/xorg-util-macros/checksums b/xorg/xorg-util-macros/checksums new file mode 100644 index 00000000..cb85df29 --- /dev/null +++ b/xorg/xorg-util-macros/checksums @@ -0,0 +1 @@ +d7e43376ad220411499a79735020f9d145fdc159284867e99467e0d771f3e712 util-macros-1.19.2.tar.bz2 diff --git a/xorg/xorg-util-macros/sources b/xorg/xorg-util-macros/sources new file mode 100644 index 00000000..91ad7613 --- /dev/null +++ b/xorg/xorg-util-macros/sources @@ -0,0 +1 @@ +https://www.x.org/releases/individual/util/util-macros-1.19.2.tar.bz2 diff --git a/xorg/xorg-util-macros/version b/xorg/xorg-util-macros/version new file mode 100644 index 00000000..2148dd1e --- /dev/null +++ b/xorg/xorg-util-macros/version @@ -0,0 +1 @@ +1.19.2 1 |