X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=pkgs%2FlibXmu%2FlibXmu.nm;h=80328acbf62eb15ca4d03725cbe9e0b032cbca65;hb=802ea3af55e3167b6574e23b230cdbf0ed2ae0db;hp=e6b6c989db70c1f0efd3de1305287399e926e90f;hpb=f0b55c28746b56de89d7a10a4ad0ad2a4939baac;p=people%2Fms%2Fipfire-3.x.git diff --git a/pkgs/libXmu/libXmu.nm b/pkgs/libXmu/libXmu.nm index e6b6c989d..80328acbf 100644 --- a/pkgs/libXmu/libXmu.nm +++ b/pkgs/libXmu/libXmu.nm @@ -1,49 +1,46 @@ ############################################################################### -# # -# IPFire.org - A linux based firewall # -# Copyright (C) 2007, 2008 Michael Tremer & Christian Schmidt # -# # -# This program is free software: you can redistribute it and/or modify # -# it under the terms of the GNU General Public License as published by # -# the Free Software Foundation, either version 3 of the License, or # -# (at your option) any later version. # -# # -# This program is distributed in the hope that it will be useful, # -# but WITHOUT ANY WARRANTY; without even the implied warranty of # -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # -# GNU General Public License for more details. # -# # -# You should have received a copy of the GNU General Public License # -# along with this program. If not, see . # -# # +# IPFire.org - An Open Source Firewall Solution # +# Copyright (C) - IPFire Development Team # ############################################################################### -############################################################################### -# Definitions -############################################################################### - -include $(PKGROOT)/Include - -PKG_NAME = libXmu -PKG_VER = 1.0.5 -PKG_REL = 0 +name = libXmu +version = 1.0.5 +release = 1 -PKG_MAINTAINER = Stefan Schantl -PKG_GROUPS = X/Libraries -PKG_URL = http://www.x.org/ -PKG_LICENSE = MIT -PKG_SUMMARY = X.Org X11 libXmu/libXmuu runtime libraries. +maintainer = Stefan Schantl +groups = X/Libraries +url = http://www.x.org/ +license = MIT +summary = X.Org X11 libXmu/libXmuu runtime libraries. -PKG_BUILD_DEPS+= libICE-devel libSM-devel libX11-devel libXext-devel libXt-devel\ - pkg-config xorg-x11-util-macros xorg-x11-proto-devel - -PKG_PACKAGES += $(PKG_NAME)-devel - -define PKG_DESCRIPTION +description X.Org X11 libXmu/libXmuu runtime libraries. -endef - -PKG_TARBALL = $(THISAPP).tar.bz2 - -CONFIGURE_OPTIONS += \ - --disable-static +end + +source_dl = +sources = %{thisapp}.tar.bz2 + +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} + end + + package %{name}-devel + template DEVEL + end +end