]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blobdiff - pkgs/perl-XML-Parser/perl-XML-Parser.nm
Change file layout of the makefiles.
[people/arne_f/ipfire-3.x.git] / pkgs / perl-XML-Parser / perl-XML-Parser.nm
index ea9d601db37a7f460e45bb39da82abcc3908986c..588a6d997555da439c5b6388f012ae637ab0820c 100644 (file)
@@ -1,55 +1,49 @@
 ###############################################################################
-#                                                                             #
-# 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       = XML-Parser
-PKG_VER        = 2.36
-PKG_REL        = 0
+name       = perl-XML-Parser
+version    = 2.36
+release    = 1
+thisapp    = XML-Parser-%{version}
 
-PKG_MAINTAINER =
-PKG_GROUPS     = Development/Libraries
-PKG_URL        = http://search.cpan.org/dist/XML-Parser/
-PKG_LICENSE    = GPL+ or Artistic
-PKG_SUMMARY    = Perl module for parsing XML files.
+groups     = Development/Libraries
+url        = http://search.cpan.org/dist/XML-Parser/
+license    = GPL+ or Artistic
+summary    = Perl module for parsing XML files.
 
-PKG_BUILD_DEPS+= expat-devel perl-core perl-devel
-PKG_DEPS      += perl
-
-define PKG_DESCRIPTION
+description
        This module provides ways to parse XML documents. It is built on \
        top of XML::Parser::Expat, which is a lower level interface to \
        James Clark's expat library.
-endef
-
-PKG_TARBALL    = $(THISAPP).tar.gz
-
-define QUALITY_AGENT_WHITELIST_RPATH
-       /lib
-endef
-
-define STAGE_BUILD
-       cd $(DIR_APP) && perl Makefile.PL INSTALLDIRS=vendor
-       cd $(DIR_APP) && make $(PARALLELISMFLAGS)
-endef
+end
+
+source_dl  =
+
+build
+       requires
+               expat-devel
+               perl-core
+               perl-devel
+       end
+
+       build
+               perl Makefile.PL INSTALLDIRS=vendor
+               make %{PARALLELISMFLAGS}
+       end
+end
+
+quality-agent
+       whitelist_rpath
+               /lib
+       end
+end
+
+packages
+       package %{name}
+               requires
+                       perl
+               end
+       end
+end