]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - libSM/libSM.nm
Merge remote-tracking branch 'ms/u-boot'
[people/ms/ipfire-3.x.git] / libSM / libSM.nm
CommitLineData
672832d8 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
672832d8
SS
4###############################################################################
5
802ea3af
MT
6name = libSM
7version = 1.1.1
8release = 1
672832d8 9
802ea3af
MT
10maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
11groups = X/Libraries
12url = http://www.x.org/
13license = MIT
14summary = X.Org X11 libSM runtime library.
672832d8 15
802ea3af 16description
672832d8 17 X.Org X11 libSM development package.
802ea3af
MT
18end
19
20source_dl =
21sources = %{thisapp}.tar.bz2
22
23build
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
33end
34
35packages
36 package %{name}
37 end
1f9bc2f0 38
802ea3af
MT
39 package %{name}-devel
40 template DEVEL
41 end
1f9bc2f0
MT
42
43 package %{name}-debuginfo
44 template DEBUGINFO
45 end
802ea3af 46end