xrdb: new package at 1.2.0

This commit is contained in:
Dylan Araps 2019-08-17 10:47:52 +00:00
parent 5eb86f5326
commit b63587f716
5 changed files with 15 additions and 0 deletions

9
xorg/xrdb/build Executable file
View File

@ -0,0 +1,9 @@
#!/bin/sh -e
./configure \
--prefix=/usr \
--mandir=/usr/share/man \
--localstatedir=/var
make
make DESTDIR="$1" install

1
xorg/xrdb/checksums Normal file
View File

@ -0,0 +1 @@
f23a65cfa1f7126040d68b6cf1e4567523edac10f8dc06f23d840d330c7c6946 xrdb-1.2.0.tar.bz2

3
xorg/xrdb/depends Normal file
View File

@ -0,0 +1,3 @@
libX11
libXmu
xorg-util-macros make

1
xorg/xrdb/sources Normal file
View File

@ -0,0 +1 @@
https://www.x.org/releases/individual/app/xrdb-1.2.0.tar.bz2

1
xorg/xrdb/version Normal file
View File

@ -0,0 +1 @@
1.2.0 1