25 lines
676 B
Plaintext
25 lines
676 B
Plaintext
# Template build file for 'iceauth'.
|
|
pkgname=iceauth
|
|
version=1.0.4
|
|
revision=2
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="xproto libICE-devel"
|
|
short_desc="ICE protocol utility"
|
|
homepage="http://xorg.freedesktop.org"
|
|
license="MIT"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
|
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
|
|
}
|
|
}
|