]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blobdiff - pkgs/cronie/cronie.nm
Change file layout of the makefiles.
[people/ms/ipfire-3.x.git] / pkgs / cronie / cronie.nm
index f6feb10ede7e435dbca90b8399d0f2b25ec1cbf5..614d1cb306adf556023a5b0ae7a46d87f3adc5a4 100644 (file)
@@ -1,48 +1,37 @@
 ###############################################################################
-#                                                                             #
-# 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       = cronie
-PKG_VER        = 1.4.7
-PKG_REL        = 1
+name       = cronie
+version    = 1.4.7
+release    = 1
 
-PKG_MAINTAINER =
-PKG_GROUPS     = System/Environment/Base
-PKG_URL        = https://fedorahosted.org/releases/c/r/cronie/
-PKG_LICENSE    = MIT and BSD and ISC and GPLv2
-PKG_SUMMARY    = Cron daemon for executing programs at set times
+groups     = System/Environment/Base
+url        = https://fedorahosted.org/releases/c/r/cronie/
+license    = MIT and BSD and ISC and GPLv2
+summary    = Cron daemon for executing programs at set times
 
-PKG_BUILD_DEPS+= audit-devel libselinux-devel
-
-define PKG_DESCRIPTION
+description
        Cronie contains the standard UNIX daemon crond that runs specified programs at \
        scheduled times and related tools. It is a fork of the \
        original vixie-cron and has security and configuration enhancements like \
        the ability to use pam and SELinux.
-endef
-
-PKG_TARBALL    = $(THISAPP).tar.gz
-
-
+end
+
+source_dl  =
+
+build
+       requires
+               bison
+               libcap-devel
+               libedit-devel
+               readline-devel
+               texinfo
+       end
+end
+
+packages
+       package %{name}
+       end
+end