mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
16
package/privoxy/privoxy.mk
Normal file
16
package/privoxy/privoxy.mk
Normal file
@@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# privoxy
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PRIVOXY_VERSION = 3.0.26
|
||||
PRIVOXY_SITE = http://downloads.sourceforge.net/project/ijbswa/Sources/$(PRIVOXY_VERSION)%20%28stable%29
|
||||
PRIVOXY_SOURCE = privoxy-$(PRIVOXY_VERSION)-stable-src.tar.gz
|
||||
# configure not shipped
|
||||
PRIVOXY_AUTORECONF = YES
|
||||
PRIVOXY_DEPENDENCIES = pcre zlib
|
||||
PRIVOXY_LICENSE = GPL-2.0+
|
||||
PRIVOXY_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user