22 lines
630 B
Text
22 lines
630 B
Text
# Template build file for 'iceauth'.
|
|
pkgname=iceauth
|
|
version=1.0.6
|
|
revision=1
|
|
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=bd990837353b439e6f45d478a87b8dbfa3f67d72d903e7a9ed4eb8de52f2e2f4
|
|
long_desc="
|
|
This package provides iceauth, a program to display and manipulate the
|
|
authentication data used by the Inter Client Exchange protocol."
|
|
|
|
iceauth_package() {
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|