]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blobdiff - libfontenc/libfontenc.nm
glibc: Disable multilib support on X86_64
[people/stevee/ipfire-3.x.git] / libfontenc / libfontenc.nm
diff --git a/libfontenc/libfontenc.nm b/libfontenc/libfontenc.nm
deleted file mode 100644 (file)
index 5009601..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-###############################################################################
-# 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
-
-       package %{name}-debuginfo
-               template DEBUGINFO
-       end
-end