xorg: added xprop

This commit is contained in:
Dylan Araps 2019-10-02 18:33:45 +03:00
parent de88be1812
commit 78c091a617
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
5 changed files with 14 additions and 0 deletions

9
xorg/xprop/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/xprop/checksums Normal file
View File

@ -0,0 +1 @@
dddb6e208ffa515e68f001c22077a465f1365a4bcf91d9b37f336a6c0d15400d xprop-1.2.4.tar.gz

2
xorg/xprop/depends Normal file
View File

@ -0,0 +1,2 @@
libX11
libXmu

1
xorg/xprop/sources Normal file
View File

@ -0,0 +1 @@
https://www.x.org/releases/individual/app/xprop-1.2.4.tar.gz

1
xorg/xprop/version Normal file
View File

@ -0,0 +1 @@
1.2.4 1