]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blobdiff - pkgs/texinfo/texinfo.nm
Change file layout of the makefiles.
[people/ms/ipfire-3.x.git] / pkgs / texinfo / texinfo.nm
index 04ea3eb293e9be0f7a699fcf69ef7dd77cc1aa59..733bc2147fdff81303940a8d69ea36dd22d36a9a 100644 (file)
@@ -1,51 +1,40 @@
 ###############################################################################
-#                                                                             #
-# 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
+name       = texinfo
+version    = 4.13a
+release    = 2
 
-PKG_NAME       = texinfo
-PKG_VER        = 4.13a
-PKG_REL        = 2
+groups     = Applications/Publishing
+url        = http://www.gnu.org/software/texinfo/
+license    = GPLv3
+summary    = Tools needed to create Texinfo format documentation files.
 
-PKG_MAINTAINER =
-PKG_GROUPS     = Applications/Publishing
-PKG_URL        = http://www.gnu.org/software/texinfo/
-PKG_LICENSE    = GPLv3
-PKG_SUMMARY    = Tools needed to create Texinfo format documentation files.
+description
+       Texinfo is a documentation system that can produce both online
+       information and printed output from a single source file. The GNU
+       Project uses the Texinfo file format for most of its documentation.
+end
 
-PKG_BUILD_DEPS+= help2man ncurses-devel zlib-devel
+source_dl  = http://ftp.gnu.org/gnu/texinfo/
 
-define PKG_DESCRIPTION
-       Texinfo is a documentation system that can produce both online \
-       information and printed output from a single source file. The GNU \
-       Project uses the Texinfo file format for most of its documentation.
-endef
+build
+       requires
+               help2man
+               ncurses-devel
+               zlib-devel
+       end
 
-PKG_TARBALL    = $(THISAPP).tar.gz
+       DIR_APP = %{DIR_SRC}/%{name}-4.13
 
-DIR_APP        = $(DIR_SRC)/$(PKG_NAME)-4.13
+       test
+               make check
+       end
+end
 
-define STAGE_TEST
-        cd $(DIR_APP) && make check
-endef
+packages
+       package %{name}
+       end
+end