void-packages/srcpkgs/iceauth/template

25 lines
676 B
Text
Raw Normal View History

# Template build file for 'iceauth'.
pkgname=iceauth
2010-12-21 09:18:34 +00:00
version=1.0.4
2013-03-31 07:51:14 +00:00
revision=2
build_style=gnu-configure
2013-05-05 16:33:50 +00:00
hostmakedepends="pkg-config"
makedepends="xproto libICE-devel"
short_desc="ICE protocol utility"
2013-03-31 07:51:14 +00:00
homepage="http://xorg.freedesktop.org"
license="MIT"
maintainer="Juan RP <xtraeme@gmail.com>"
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
2010-12-21 09:18:34 +00:00
checksum=0ee6fd4554f0131b1ed526ee00b9cf643e7dc97eb70fb51448848ef2f349938d
long_desc="
This package provides iceauth, a program to display and manipulate the
authentication data used by the Inter Client Exchange protocol.
This is from the modular X.org X11 project."
iceauth_package() {
pkg_install() {
vmove usr
}
}