2006-04-07 18:48:00 +02:00
|
|
|
# Description: Display information utility for X
|
|
|
|
# URL: http://xorg.freedesktop.org
|
2012-07-16 04:21:32 +10:00
|
|
|
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
|
2023-05-27 11:08:30 +02:00
|
|
|
# Depends on: xorg-libxcomposite xorg-libxinerama xorg-libxrender xorg-libxtst xorg-libxxf86vm
|
2006-04-07 18:48:00 +02:00
|
|
|
|
|
|
|
name=xorg-xdpyinfo
|
2023-04-28 17:14:51 +02:00
|
|
|
version=1.3.4
|
2022-04-10 17:25:29 +02:00
|
|
|
release=1
|
2023-04-28 17:14:51 +02:00
|
|
|
source=(https://xorg.freedesktop.org/archive/individual/app/xdpyinfo-$version.tar.xz)
|
2006-04-07 18:48:00 +02:00
|
|
|
|
|
|
|
build() {
|
2023-04-28 17:14:51 +02:00
|
|
|
cd xdpyinfo-$version
|
2015-08-12 11:06:49 -05:00
|
|
|
./configure --prefix=/usr
|
2006-04-07 18:48:00 +02:00
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|