xorg/xorg-xdpyinfo/Pkgfile

17 lines
460 B
Plaintext
Raw Normal View History

2006-04-07 18:48:00 +02:00
# 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
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
./configure --prefix=/usr
2006-04-07 18:48:00 +02:00
make
make DESTDIR=$PKG install
}