summaryrefslogtreecommitdiffstats
path: root/xorg-xdpyinfo/Pkgfile.old
blob: 6440965bb5464a16570a88e6de14c04eac94c048 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Description: Display information utility for X
# URL: http://xorg.freedesktop.org
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: xorg-libx11, xorg-libxext, xorg-libxtst, xorg-libxxf86vm, xorg-libxxf86dga, xorg-libxxf86misc, xorg-libxi, xorg-libxrender, xorg-libxinerama, xorg-libdmx

name=xorg-xdpyinfo
version=1.1.0
release=1
source=(http://xorg.freedesktop.org/releases/individual/app/xdpyinfo-$version.tar.bz2)

build() {
	cd xdpyinfo-$version

	./configure --prefix=/usr --mandir=/usr/man

	make
	make DESTDIR=$PKG install
}