9fe4126ab4
Btw, xorg doesn't have a .signature ! mesa3d: expat xorg-iceauth: xorg-libice xorg-xproto xorg-libdmx: xorg-libx11 xorg-libsm: xorg-xproto xorg-xtrans xorg-libxaw: xorg-libx11 xorg-libxau xorg-libxext xorg-libxt xorg-xextproto xorg-xproto xorg-libxfont: xorg-xproto xorg-libxft: fontconfig freetype xorg-libxrender xorg-libxinerama: xorg-libx11 xorg-xextproto xorg-libxkbui: xorg-libx11 xorg-libxmu: xorg-libx11 xorg-xextproto xorg-libxp: xorg-util-macros xorg-libxscrnsaver: xorg-libx11 xorg-xextproto xorg-libxtrap: xorg-libx11 xorg-xextproto xorg-libxt: xorg-kbproto xorg-xproto xorg-libxxf86misc: xorg-libx11 xorg-xproto xorg-setxkbmap: xorg-libx11 xorg-x11perf: xorg-libxext xorg-xdpyinfo: xorg-libx11 xorg-libxext xorg-libxi xorg-xdriinfo: xorg-glproto xorg-libx11 xorg-xf86-input-libinput: mtdev xorg-libevdev xorg-xf86-video-intel: xorg-xcb-util xorg-xf86-video-nouveau: eudev libdrm xorg-xgamma: xorg-libx11 xorg-xkbcomp: xorg-libx11 xorg: xorg-server xorg-xprop: xorg-libx11 xorg-xrdb: xorg-libx11 xorg-xsetroot: xorg-libx11 xorg-libxmu xorg-xset: xorg-libx11 xorg-libxext xorg-xvinfo: xorg-libx11 xorg-xwininfo: xorg-libx11 xorg-libxext
19 lines
478 B
Plaintext
19 lines
478 B
Plaintext
# Description: Display information utility for X
|
|
# URL: http://xorg.freedesktop.org
|
|
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
|
|
# Depends on: xorg-libxtst, xorg-libxxf86vm, xorg-libxxf86dga, xorg-libxrender, xorg-libxinerama, xorg-libdmx
|
|
|
|
name=xorg-xdpyinfo
|
|
version=1.3.2
|
|
release=2
|
|
source=(http://xorg.freedesktop.org/releases/individual/app/xdpyinfo-$version.tar.bz2)
|
|
|
|
build() {
|
|
cd xdpyinfo-$version
|
|
|
|
./configure --prefix=/usr
|
|
|
|
make
|
|
make DESTDIR=$PKG install
|
|
}
|