]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - libSM/libSM.nm
Move all packages to root.
[ipfire-3.x.git] / libSM / libSM.nm
diff --git a/libSM/libSM.nm b/libSM/libSM.nm
new file mode 100644 (file)
index 0000000..7c6cc8c
--- /dev/null
@@ -0,0 +1,42 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
+###############################################################################
+
+name       = libSM
+version    = 1.1.1
+release    = 1
+
+maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
+groups     = X/Libraries
+url        = http://www.x.org/
+license    = MIT
+summary    = X.Org X11 libSM runtime library.
+
+description
+       X.Org X11 libSM development package.
+end
+
+source_dl  =
+sources    = %{thisapp}.tar.bz2
+
+build
+       requires
+               libICE-devel
+               libuuid-devel
+               xorg-x11-proto-devel
+               xorg-x11-xtrans-devel
+       end
+
+       configure_options += \
+               --disable-static
+end
+
+packages
+       package %{name}
+       end
+       
+       package %{name}-devel
+               template DEVEL
+       end
+end