]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blobdiff - c_icap/c_icap.nm
u-boot: Update to 2013.07rc2.
[people/ms/ipfire-3.x.git] / c_icap / c_icap.nm
index 3c80c63575c4c4e344cfb063d976557829e91063..acf65d0c3c8f3bde24bc6f7673fb3a953bd494c4 100644 (file)
@@ -4,8 +4,8 @@
 ###############################################################################
 
 name       = c_icap
-version    = 0.1.5
-release    = 1
+version    = 0.1.7
+release    = 3
 
 maintainer = Christian Schmidt <christian.schmidt@ipfire.org>
 groups     = Networking/Daemons
@@ -19,6 +19,8 @@ description
        adaptation and filtering services.
 end
 
+source_dl  = http://downloads.sourceforge.net/project/c-icap/c-icap/0.1.x/
+
 build
        requires
                autoconf
@@ -31,7 +33,7 @@ build
        configure_options += \
                --enable-large-files \
                --enable-ipv6 \
-               --sysconfdir=/etc \
+               --sysconfdir=/etc/c-icap \
                --localstatedir=/var
 
        prepare_cmds
@@ -47,5 +49,17 @@ end
 
 packages
        package %{name}
+               requires = %{name}_modules
+
+               configfiles
+                       /etc/c-icap/c-icap.conf
+                       /etc/c-icap/c-icap.conf.default
+                       /etc/c-icap/c-icap.magic
+                       /etc/c-icap/c-icap.magic.default
+               end
+       end
+
+       package %{name}-debuginfo
+               template DEBUGINFO
        end
 end