diff options
Diffstat (limited to 'xorg/xorg-libxi/Pkgfile')
-rw-r--r-- | xorg/xorg-libxi/Pkgfile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/xorg/xorg-libxi/Pkgfile b/xorg/xorg-libxi/Pkgfile new file mode 100644 index 000000000..82c6af8b0 --- /dev/null +++ b/xorg/xorg-libxi/Pkgfile @@ -0,0 +1,18 @@ +# Description: X Input client library +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Depends on: xorg-xproto, xorg-libx11, xorg-xextproto, xorg-libxext, xorg-inputproto + +name=xorg-libxi +version=1.2.1 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/lib/libXi-$version.tar.bz2) + +build() { + cd libXi-$version + + ./configure --prefix=/usr --mandir=/usr/man + + make + make DESTDIR=$PKG install +} |