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