]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blobdiff - pkgs/dansguardian/dansguardian.nm
Change file layout of the makefiles.
[people/stevee/ipfire-3.x.git] / pkgs / dansguardian / dansguardian.nm
index 3861cc1e22a9d4957d41a22efecc600901f04b12..4a0833508b139f4723209a389c4151bf63be25ba 100644 (file)
@@ -1,59 +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
-###############################################################################
+name       = dansguardian
+version    = 2.10.1.1
+release    = 1
 
-include $(PKGROOT)/Include
-
-PKG_NAME       = dansguardian
-PKG_VER        = 2.10.1.1
-PKG_REL        = 0
-
-PKG_MAINTAINER =
-PKG_GROUPS     = Networking/Proxy
-PKG_URL        = http://www.dansguardian.org/
-PKG_LICENSE    = GPLv2+
-PKG_SUMMARY    = A content filtering web proxy.
-
-PKG_BUILD_DEPS+= gcc-c++ pcre-devel pkg-config zlib-devel
-
-define PKG_DESCRIPTION
-       DansGuardian filters the content of pages based on many methods including \
-       phrase matching, PICS filtering and URL filtering. It does not purely filter \
-       based on a banned list of sites. \
-       \
-       It provides real-time virus scanning capabilities for content access. \
-       \
-       DansGuardian is designed to be completely flexible and allows you to tailor the \
-       filtering to your exact needs. It can be as draconian or as unobstructive as \
-       you want. The default settings are geared towards what a primary school might \
-       want but DansGuardian puts you in control of what you want to block. \
-       \
-       DansGuardian requires squid or another similar caching proxy server on your \
-       local network.
-endef
+groups     = Networking/Proxy
+url        = http://www.dansguardian.org/
+license    = GPLv2+
+summary    = A content filtering web proxy.
 
-PKG_TARBALL    = $(THISAPP).tar.gz
+description
+       DansGuardian filters the content of pages based on many methods including
+       phrase matching, PICS filtering and URL filtering. It does not purely filter
+       based on a banned list of sites.
 
-CONFIGURE_OPTIONS += \
-       --sysconfdir=/etc \
-       --localstatedir=/var
+       It provides real-time virus scanning capabilities for content access.
+
+       DansGuardian is designed to be completely flexible and allows you to tailor the
+       filtering to your exact needs. It can be as draconian or as unobstructive as
+       you want. The default settings are geared towards what a primary school might
+       want but DansGuardian puts you in control of what you want to block.
+
+       DansGuardian requires squid or another similar caching proxy server on your
+       local network.
+end
+
+source_dl  =
+
+build
+       requires
+               gcc-c++
+               pcre-devel
+               pkg-config
+               zlib-devel
+       end
+
+       configure_options += \
+               --sysconfdir=/etc \
+               --localstatedir=/var
+end
+
+packages
+       package %{name}
+       end
+end