]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Changed squid to be extra and no longer core, need to check deps
authorChristian Schmidt <maniacikarus@ipfire.org>
Sun, 21 Jun 2009 20:57:02 +0000 (22:57 +0200)
committerChristian Schmidt <maniacikarus@ipfire.org>
Sun, 21 Jun 2009 20:57:02 +0000 (22:57 +0200)
lfs/squid

index 309fe8147e89cebb1876a13956245c6a979ef8b4..cd329b93df2170e730cf7daeacd19456a6bf700a 100644 (file)
--- a/lfs/squid
+++ b/lfs/squid
@@ -26,8 +26,9 @@ include Config
 
 PKG_NAME   = squid
 PKG_VER    = 3.0.STABLE15
+PKG_REL    = 0
 
-CORE       = yes
+CORE       = no
 EXTRA      = yes
 DEBUG      = no
 
@@ -37,6 +38,27 @@ DIR_APP    = $(DIR_SRC)/$(THISAPP)
 
 OBJECT     = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
 
+MAINTAINER = Christian Schmidt <christian.schmidt@ipfire.org>
+GROUP      = Networking/Daemons
+CORE       = no
+EXTRA      = yes
+DEBUG      = no
+BUILD_DEPS =
+DEPS       = # unknown atm
+
+URL        = http://www.samba.org/
+LICENSE    = GPLv3+ and LGPLv3+
+SHORT_DESC = Caching proxy for the Web supporting HTTP, HTTPS, FTP
+
+define LONG_DESC
+       Squid is used by hundreds of Internet Providers world-wide to provide \
+       their users with the best possible web access. Squid optimises the \
+       data flow between client and server to improve performance and caches \
+       frequently-used content to save bandwidth. Squid can also route \
+       content requests to servers in a wide variety of ways to build cache \
+       server hierarchies which optimise network throughput.
+endef
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -73,7 +95,7 @@ $(OBJECT): $(objects)
                        --libexecdir=/usr/lib/squid \
                        --localstatedir=/var \
                        --sysconfdir=/etc/squid \
-                       --enable-storeio="aufs,diskd,null,ufs" \
+                       --enable-storeio="aufs,diskd,ufs,null" \
                        --enable-removal-policies="heap,lru" \
                        --enable-icmp \
                        --enable-delay-pools \
@@ -84,7 +106,7 @@ $(OBJECT): $(objects)
                        --disable-wccp \
                        --disable-wccpv2 \
                        --enable-kill-parent-hack \
-                       --disable-snmp \
+                       --enable-snmp \
                        --enable-arp-acl \
                        --enable-htcp \
                        --enable-ssl \