Added MoinMoin-1.9.2 build template.
[xbps.git] / srcpkgs / libXrandr / template
blobe953a63a4d5bb257a8c90862bafa17755e3dd9a2
1 # Template build file for 'libXrandr'.
2 pkgname=libXrandr
3 version=1.3.0
4 revision=1
5 distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
6 build_style=gnu_configure
7 short_desc="X RandR Library from X.org"
8 maintainer="Juan RP <xtraeme@gmail.com>"
9 checksum=5961ce0f77c5173a8208b3ed669ac01719f2bf4a10517ffa6c33a5e064802e78
10 long_desc="
11  This package provides the X RandR Library from the modular X.org
12  X11 project.
14  This simple library is designed to interface with the X Resize,
15  Rotate, and Reflection Extension. This allows clients to change
16  the size and rotation of the root window of a screen, along with
17  the ability to reflect the screen about either axis."
19 subpackages="$pkgname-devel"
20 Add_dependency run glibc
21 Add_dependency run libX11
22 Add_dependency run libXext
23 Add_dependency run libXrender
24 Add_dependency build pkg-config
25 Add_dependency build xproto
26 Add_dependency build xextproto
27 Add_dependency build renderproto
28 Add_dependency build randrproto
29 Add_dependency build libX11-devel
30 Add_dependency build libXext-devel
31 Add_dependency build libXrender-devel