22 lines
595 B
Text
22 lines
595 B
Text
# Template build file for 'xlsclients'.
|
|
pkgname=xlsclients
|
|
version=1.1.2
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libxcb-devel"
|
|
short_desc="X client listing utility"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://xorg.freedesktop.org/"
|
|
license="MIT"
|
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
|
checksum=1ce5f3987b63ea79b3f8421fcb1dd9c739e99efa97f280eafd8e93574b9027d1
|
|
long_desc="
|
|
This package provides xlsclients, a program to list client applications
|
|
running on a display."
|
|
|
|
xlsclients_package() {
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|