x11/xdpyinfo: new aport

display information utility for X
This commit is contained in:
Natanael Copa 2009-07-12 11:23:41 +00:00
parent bc5b192cdf
commit 5ca5095ab7

21
x11/xdpyinfo/APKBUILD Normal file
View File

@ -0,0 +1,21 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xdpyinfo
pkgver=1.0.3
pkgrel=0
pkgdesc="display information utility for X"
url="http://xorg.freedesktop.org/"
license="custom"
subpackages="$pkgname-doc"
makedepends="pkgconfig libxtst-dev"
depends=
source="http://xorg.freedesktop.org/releases/individual/app/$pkgname-$pkgver.tar.bz2"
build ()
{
cd "$srcdir"/$pkgname-$pkgver
./configure --prefix=/usr \
--mandir=/usr/share/man || return 1
make || return 1
make DESTDIR="$pkgdir" install || return 1
}
md5sums="b7cbab6cbcd12bf7ad65dbc12d86e104 xdpyinfo-1.0.3.tar.bz2"