aboutsummaryrefslogtreecommitdiff
path: root/xorg/libXmu
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2019-12-09 19:17:24 +0300
committerCem Keylan <cem@ckyln.com>2019-12-09 19:17:24 +0300
commit03423e0583057cbe5a16f8439183e2dbc0e8dd7c (patch)
tree81fe3ba69d94146f83fb5541d1fb2da0ac4eac08 /xorg/libXmu
downloadrepository-03423e0583057cbe5a16f8439183e2dbc0e8dd7c.tar.gz
secondary commit
Diffstat (limited to 'xorg/libXmu')
-rwxr-xr-xxorg/libXmu/build8
-rw-r--r--xorg/libXmu/checksums1
-rw-r--r--xorg/libXmu/depends3
-rw-r--r--xorg/libXmu/sources1
-rw-r--r--xorg/libXmu/version1
5 files changed, 14 insertions, 0 deletions
diff --git a/xorg/libXmu/build b/xorg/libXmu/build
new file mode 100755
index 00000000..6b0a232c
--- /dev/null
+++ b/xorg/libXmu/build
@@ -0,0 +1,8 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc
+
+make
+make DESTDIR="$1" install
diff --git a/xorg/libXmu/checksums b/xorg/libXmu/checksums
new file mode 100644
index 00000000..af34d904
--- /dev/null
+++ b/xorg/libXmu/checksums
@@ -0,0 +1 @@
+9c343225e7c3dc0904f2122b562278da5fed639b1b5e880d25111561bac5b731 libXmu-1.1.3.tar.bz2
diff --git a/xorg/libXmu/depends b/xorg/libXmu/depends
new file mode 100644
index 00000000..7ca7df15
--- /dev/null
+++ b/xorg/libXmu/depends
@@ -0,0 +1,3 @@
+libXext
+libXt
+xorg-util-macros make
diff --git a/xorg/libXmu/sources b/xorg/libXmu/sources
new file mode 100644
index 00000000..ac95a86e
--- /dev/null
+++ b/xorg/libXmu/sources
@@ -0,0 +1 @@
+https://x.org/releases/individual/lib/libXmu-1.1.3.tar.bz2
diff --git a/xorg/libXmu/version b/xorg/libXmu/version
new file mode 100644
index 00000000..035474a2
--- /dev/null
+++ b/xorg/libXmu/version
@@ -0,0 +1 @@
+1.1.3 1