17 lines
460 B
Plaintext
17 lines
460 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-libxcomposite xorg-libxinerama xorg-libxrender xorg-libxtst xorg-libxxf86vm
|
|
|
|
name=xorg-xdpyinfo
|
|
version=1.3.4
|
|
release=1
|
|
source=(https://xorg.freedesktop.org/archive/individual/app/xdpyinfo-$version.tar.xz)
|
|
|
|
build() {
|
|
cd xdpyinfo-$version
|
|
./configure --prefix=/usr
|
|
make
|
|
make DESTDIR=$PKG install
|
|
}
|