23 lines
720 B
Text
23 lines
720 B
Text
# Template build file for 'libXi'.
|
|
pkgname=libXi
|
|
version=1.5.99.3
|
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
|
build_style=gnu-configure
|
|
short_desc="X Input extension library"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://www.x.org/"
|
|
license="MIT"
|
|
checksum=f065b0bfd55cb1854ab8a5b94c168b37d69d5535ab8ca228d1902b9d72b0cefb
|
|
long_desc="
|
|
This package contains the Xi extension. This is the X Input extension
|
|
library.
|
|
|
|
This is part of the X Libraries and Protocol Headers Project at
|
|
freedesktop.org."
|
|
|
|
subpackages="$pkgname-devel"
|
|
Add_dependency build pkg-config
|
|
Add_dependency build inputproto ">=2.2"
|
|
Add_dependency build libX11-devel
|
|
Add_dependency build libXext-devel
|
|
Add_dependency build xmlto
|