2009-03-27 04:46:29 +00:00
|
|
|
# Template build file for 'xlsclients'.
|
|
|
|
pkgname=xlsclients
|
2012-09-17 16:01:35 +00:00
|
|
|
version=1.1.2
|
2011-11-14 17:12:47 +00:00
|
|
|
revision=1
|
2012-09-17 16:01:35 +00:00
|
|
|
build_style=gnu-configure
|
2013-04-14 16:42:25 +00:00
|
|
|
hostmakedepends="pkg-config"
|
|
|
|
makedepends="libxcb-devel"
|
2009-03-27 04:46:29 +00:00
|
|
|
short_desc="X client listing utility"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-09-17 16:01:35 +00:00
|
|
|
homepage="http://xorg.freedesktop.org/"
|
|
|
|
license="MIT"
|
|
|
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
|
|
|
checksum=1ce5f3987b63ea79b3f8421fcb1dd9c739e99efa97f280eafd8e93574b9027d1
|
2009-03-27 04:46:29 +00:00
|
|
|
long_desc="
|
|
|
|
This package provides xlsclients, a program to list client applications
|
2012-09-17 16:01:35 +00:00
|
|
|
running on a display."
|
2013-04-14 16:42:25 +00:00
|
|
|
|
|
|
|
xlsclients_package() {
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr
|
|
|
|
}
|
|
|
|
}
|