]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - libSM/libSM.nm
7c6cc8c3e570fe3e451019b80709a4cee81afa9e
[people/amarx/ipfire-3.x.git] / libSM / libSM.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libSM
7 version = 1.1.1
8 release = 1
9
10 maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
11 groups = X/Libraries
12 url = http://www.x.org/
13 license = MIT
14 summary = X.Org X11 libSM runtime library.
15
16 description
17 X.Org X11 libSM development package.
18 end
19
20 source_dl =
21 sources = %{thisapp}.tar.bz2
22
23 build
24 requires
25 libICE-devel
26 libuuid-devel
27 xorg-x11-proto-devel
28 xorg-x11-xtrans-devel
29 end
30
31 configure_options += \
32 --disable-static
33 end
34
35 packages
36 package %{name}
37 end
38
39 package %{name}-devel
40 template DEVEL
41 end
42 end