xorg/xorg-libxi/Pkgfile

19 lines
448 B
Plaintext
Raw Normal View History

2008-05-22 09:09:42 +02:00
# Description: X Input client library
2006-04-07 18:48:00 +02:00
# URL: http://xorg.freedesktop.org
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
2006-04-07 18:48:00 +02:00
# Depends on: xorg-xproto, xorg-libx11, xorg-xextproto, xorg-libxext, xorg-inputproto
name=xorg-libxi
2009-10-03 11:48:24 +02:00
version=1.3
2006-04-07 18:48:00 +02:00
release=1
2006-04-12 23:31:18 +02:00
source=(http://xorg.freedesktop.org/releases/individual/lib/libXi-$version.tar.bz2)
2006-04-07 18:48:00 +02:00
build() {
cd libXi-$version
2007-02-16 16:22:30 +01:00
./configure --prefix=/usr --mandir=/usr/man
2006-04-07 18:48:00 +02:00
make
make DESTDIR=$PKG install
}