mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
x11/xdpyinfo: new aport
display information utility for X
This commit is contained in:
parent
bc5b192cdf
commit
5ca5095ab7
21
x11/xdpyinfo/APKBUILD
Normal file
21
x11/xdpyinfo/APKBUILD
Normal 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"
|
||||
Loading…
x
Reference in New Issue
Block a user