xorg/xorg-xdpyinfo/Pkgfile

19 lines
546 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: Tilman Sauerbeck, tilman at crux dot nu
2006-04-07 18:48:00 +02:00
# Depends on: xorg-libx11, xorg-libxext, xorg-libxtst, xorg-libxxf86vm, xorg-libxxf86dga, xorg-libxxf86misc, xorg-libxi, xorg-libxrender, xorg-libxinerama, xorg-libdmx, xorg-libxp
name=xorg-xdpyinfo
version=1.0.1
release=1
2006-04-12 23:31:18 +02:00
source=(http://xorg.freedesktop.org/releases/individual/app/xdpyinfo-$version.tar.bz2)
2006-04-07 18:48:00 +02:00
build() {
cd xdpyinfo-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}