]> git.ipfire.org Git - ipfire-3.x.git/blame - libSM/libSM.nm
kernel: udpate to 5.2
[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 6name = libSM
14107047 7version = 1.2.2
802ea3af 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
bc44731f 20source_dl = http://ftp.x.org/pub/individual/lib/
802ea3af
MT
21
22build
23 requires
24 libICE-devel
25 libuuid-devel
26 xorg-x11-proto-devel
27 xorg-x11-xtrans-devel
28 end
29
30 configure_options += \
31 --disable-static
32end
33
34packages
35 package %{name}
1f9bc2f0 36
802ea3af
MT
37 package %{name}-devel
38 template DEVEL
39 end
1f9bc2f0
MT
40
41 package %{name}-debuginfo
42 template DEBUGINFO
43 end
802ea3af 44end