diff options
author | Koen Kooi <koen@openembedded.org> | 2007-08-29 10:22:54 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-08-29 10:22:54 +0000 |
commit | 2f50baa51b5e25057c7d10a8fc229e2d732a074c (patch) | |
tree | 8452d776ce3160198e215b6f1ed59c9930662630 /packages/squid/squid_2.6.STABLE14.bb | |
parent | a700747061447bd8279caf81d76813c808462cba (diff) |
squid: add 2.6-stable14
Diffstat (limited to 'packages/squid/squid_2.6.STABLE14.bb')
-rw-r--r-- | packages/squid/squid_2.6.STABLE14.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/squid/squid_2.6.STABLE14.bb b/packages/squid/squid_2.6.STABLE14.bb new file mode 100644 index 0000000000..580ec52ac6 --- /dev/null +++ b/packages/squid/squid_2.6.STABLE14.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "Squid is a caching proxy for the Web supporting HTTP, HTTPS, FTP, and more" +LICENSE = "GPLv2" + +DEPENDS = "aio" + +SRC_URI = "http://www.squid-cache.org/Versions/v2/2.6/squid-2.6.STABLE14.tar.bz2" + +inherit autotools + + + |