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/xrdb | |
download | repository-03423e0583057cbe5a16f8439183e2dbc0e8dd7c.tar.gz |
secondary commit
Diffstat (limited to 'xorg/xrdb')
-rwxr-xr-x | xorg/xrdb/build | 9 | ||||
-rw-r--r-- | xorg/xrdb/checksums | 1 | ||||
-rw-r--r-- | xorg/xrdb/depends | 3 | ||||
-rw-r--r-- | xorg/xrdb/sources | 1 | ||||
-rw-r--r-- | xorg/xrdb/version | 1 |
5 files changed, 15 insertions, 0 deletions
diff --git a/xorg/xrdb/build b/xorg/xrdb/build new file mode 100755 index 00000000..373bceed --- /dev/null +++ b/xorg/xrdb/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/xrdb/checksums b/xorg/xrdb/checksums new file mode 100644 index 00000000..231c9077 --- /dev/null +++ b/xorg/xrdb/checksums @@ -0,0 +1 @@ +f23a65cfa1f7126040d68b6cf1e4567523edac10f8dc06f23d840d330c7c6946 xrdb-1.2.0.tar.bz2 diff --git a/xorg/xrdb/depends b/xorg/xrdb/depends new file mode 100644 index 00000000..ea62ae5b --- /dev/null +++ b/xorg/xrdb/depends @@ -0,0 +1,3 @@ +libX11 +libXmu +xorg-util-macros make diff --git a/xorg/xrdb/sources b/xorg/xrdb/sources new file mode 100644 index 00000000..2e3a67f7 --- /dev/null +++ b/xorg/xrdb/sources @@ -0,0 +1 @@ +https://www.x.org/releases/individual/app/xrdb-1.2.0.tar.bz2 diff --git a/xorg/xrdb/version b/xorg/xrdb/version new file mode 100644 index 00000000..8b9a47f0 --- /dev/null +++ b/xorg/xrdb/version @@ -0,0 +1 @@ +1.2.0 1 |