# Maintainer: Natanael Copa pkgname=libxi pkgver=1.2.1 pkgrel=0 pkgdesc="X11 Input extension library" url="http://xorg.freedesktop.org" license="custom" subpackages="$pkgname-dev $pkgname-doc" depends="libxext libx11 uclibc" makedepends=" inputproto libx11-dev libxext-dev pkgconfig xextproto xproto " source="http://xorg.freedesktop.org/releases/individual/lib/libXi-$pkgver.tar.bz2" depends_dev="inputproto libx11-dev libxext-dev" build () { cd "$srcdir"/libXi-$pkgver ./configure --prefix=/usr --sysconfdir=/etc || return 1 make || return 1 make DESTDIR="$pkgdir" install || return 1 install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING } md5sums="cfb36307e8e7ffafe40848dba24e0b11 libXi-1.2.1.tar.bz2"