Added xf86-input-vmmouse-12.5.1 template.
[pkgfs.git] / templates / libX11.tmpl
blob6a792d57615d1a6bd9243fb5d22cbf0fe54e26ae
1 # Template file for 'libX11'
2 pkgname=libX11
3 version=1.1.5
4 extract_sufx=".tar.bz2"
5 url=http://xorg.freedesktop.org/releases/individual/lib
6 build_style=gnu_configure
7 pkgconfig_override="x11.pc"
8 make_cmd="$PKGFS_MASTERDIR/bin/gmake"
9 configure_args="--enable-man-pages=3 --without-xcb
10  --disable-malloc0returnsnull --enable-loadable-i18n
11  --datarootdir=$PKGFS_DESTDIR/$pkgname-$version/share"
12 make_install_args="
13  X11_LOCALELIBDIR=$PKGFS_DESTDIR/$pkgname-$version/lib/X11/locale"
14 short_desc="Base X libraries from modular Xorg X11"
15 maintainer="Juan RP <xtraeme@gmail.com>"
16 checksum=78567a999640851e7daba1ab44603ec099d0b619
17 long_desc="
18  This is the libX11 library that is the C binding to the X protocol. It
19  is the foundation of practically every X Window System program out there.
21  This is from the modular X.org X11 project."