]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blobdiff - pkgs/guile/guile.nm
Change file layout of the makefiles.
[people/arne_f/ipfire-3.x.git] / pkgs / guile / guile.nm
index 01e8aaf3f663be3d5beb33c3f39335f18ec21606..ef8e08fe4ee14a73fb578b260852d4ecadbc844f 100644 (file)
@@ -1,60 +1,53 @@
 ###############################################################################
-#                                                                             #
-# 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 <http://www.gnu.org/licenses/>.       #
-#                                                                             #
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
 ###############################################################################
 
-###############################################################################
-# Definitions
-###############################################################################
-
-include $(PKGROOT)/Include
-
-PKG_NAME       = guile
-PKG_VER        = 1.8.8
-PKG_REL        = 1
+name       = guile
+version    = 1.8.8
+release    = 1
 
-PKG_MAINTAINER =
-PKG_GROUPS     = Development/Tools
-PKG_URL        = http://www.gnu.org/software/guile/
-PKG_LICENSE    = GPLv2+ and LGPLv2+ and GFDL and OFSFDL
-PKG_SUMMARY    = A GNU implementation of Scheme for application extensibility.
+groups     = Development/Tools
+url        = http://www.gnu.org/software/guile/
+license    = GPLv2+ and LGPLv2+ and GFDL and OFSFDL
+summary    = A GNU implementation of Scheme for application extensibility.
 
-PKG_BUILD_DEPS+= gmp-devel libtool-devel
-
-define PKG_DESCRIPTION
+description
        GUILE (GNU's Ubiquitous Intelligent Language for Extension) is a library \
        implementation of the Scheme programming language, written in C. GUILE \
        provides a machine-independent execution platform that can be linked in \
        as a library during the building of extensible programs.
-endef
+end
+
+source_dl  =
+
+build
+       requires
+               gmp-devel
+               libtool-devel
+       end
 
-PKG_TARBALL    = $(THISAPP).tar.gz
+       configure_options += \
+               --disable-static \
+               --disable-error-on-warning
 
-PKG_PACKAGES  += $(PKG_NAME)-devel
+       test
+               make check
+       end
+end
 
-CONFIGURE_OPTIONS += \
-       --disable-static \
-       --disable-error-on-warning
+quality-agent
+       whitelist_rpath
+               /usr/lib
+       end
+end
 
-QUALITY_AGENT_WHITELIST_RPATH = /usr/lib
+packages
+       package %{name}
 
-define STAGE_TEST
-       cd $(DIR_APP) && make check
-endef
+       package %{name}-devel
+               template DEVEL
 
-PKG_DEPS-$(PKG_NAME_REAL)-devel += gmp-devel libtool-devel
+               requires = gmp-devel libtool-devel
+       end
+end