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