]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blobdiff - fontconfig/fontconfig.nm
Move all packages to root.
[people/arne_f/ipfire-3.x.git] / fontconfig / fontconfig.nm
diff --git a/fontconfig/fontconfig.nm b/fontconfig/fontconfig.nm
new file mode 100644 (file)
index 0000000..666165c
--- /dev/null
@@ -0,0 +1,44 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
+###############################################################################
+
+name       = fontconfig
+version    = 2.7.1
+release    = 1
+
+groups     = System/Graphics
+url        = http://fontconfig.org/
+license    = MIT
+summary    = Font configuration and customization library.
+
+description
+       Fontconfig is designed to locate fonts within the \
+       system and select them according to requirements specified by \
+       applications.
+end
+
+source_dl  =
+
+build
+       requires
+               freetype-devel
+               libxml2-devel
+               zlib-devel
+       end
+
+       configure_options += \
+               --sysconfdir=/etc \
+               --localstatedir=/var \
+               --enable-libxml2 \
+               --with-add-fonts=/usr/share/X11/fonts/Type1,/usr/share/X11/fonts/TTF,/usr/local/share/fonts
+end
+
+packages
+       package %{name}
+       end
+       
+       package %{name}-devel
+               template DEVEL
+       end
+end