ipfire-3.x/libXmu/libXmu.nm

49 lines
1009 B
Plaintext

###############################################################################
# IPFire.org - An Open Source Firewall Solution #
# Copyright (C) - IPFire Development Team <info@ipfire.org> #
###############################################################################
name = libXmu
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 libXmu/libXmuu runtime libraries.
description
X.Org X11 libXmu/libXmuu runtime libraries.
end
source_dl = http://ftp.x.org/pub/individual/lib/
build
requires
libICE-devel
libSM-devel
libX11-devel
libXext-devel
libXt-devel
pkg-config
xorg-x11-util-macros
xorg-x11-proto-devel
end
configure_options += \
--disable-static
end
packages
package %{name}
package %{name}-devel
template DEVEL
end
package %{name}-debuginfo
template DEBUGINFO
end
end