]> git.ipfire.org Git - ipfire-3.x.git/blame_incremental - pkgs/libXdmcp/libXdmcp.nm
Change file layout of the makefiles.
[ipfire-3.x.git] / pkgs / libXdmcp / libXdmcp.nm
... / ...
CommitLineData
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = libXdmcp
7version = 1.0.3
8release = 1
9
10maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
11groups = X/Libraries
12url = http://www.x.org/
13license = MIT
14summary = X Display Manager Control Protocol library.
15
16description
17 X Display Manager Control Protocol library.
18end
19
20source_dl =
21sources = %{thisapp}.tar.bz2
22
23build
24 requires
25 pkg-config
26 xorg-x11-proto-devel
27 end
28
29 configure_options += \
30 --disable-static
31end
32
33packages
34 package %{name}
35 end
36
37 package %{name}-devel
38 template DEVEL
39 end
40end