mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
libproxy: update to 0.4.13
Project moved to GitHub from Google Code (#4762)
This commit is contained in:
parent
4409ab8d28
commit
ff2687315c
2 changed files with 5 additions and 15 deletions
|
@ -1,10 +0,0 @@
|
||||||
--- libproxy/test/get-pac-test.cpp
|
|
||||||
+++ libproxy/test/get-pac-test.cpp
|
|
||||||
@@ -3,6 +3,7 @@
|
|
||||||
#include <sstream>
|
|
||||||
#include <string>
|
|
||||||
|
|
||||||
+#include <sys/types.h>
|
|
||||||
#include <sys/socket.h>
|
|
||||||
#include <netinet/in.h>
|
|
||||||
#include <arpa/inet.h>
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libproxy'
|
# Template file for 'libproxy'
|
||||||
pkgname=libproxy
|
pkgname=libproxy
|
||||||
version=0.4.11
|
version=0.4.13
|
||||||
revision=4
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DWITH_GNOME=0 -DWITH_KDE4=0 -DWITH_MOZJS=0 -DWITH_NM=0
|
configure_args="-DWITH_GNOME=0 -DWITH_KDE4=0 -DWITH_MOZJS=0 -DWITH_NM=0
|
||||||
-DWITH_PERL=0 -DWITH_PYTHON=1 -DWITH_WEBKIT=0"
|
-DWITH_PERL=0 -DWITH_PYTHON=1 -DWITH_WEBKIT=0"
|
||||||
|
@ -9,10 +9,10 @@ hostmakedepends="pkg-config python cmake"
|
||||||
makedepends="zlib-devel"
|
makedepends="zlib-devel"
|
||||||
short_desc="A library handling all the details of proxy configuration"
|
short_desc="A library handling all the details of proxy configuration"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://libproxy.googlecode.com"
|
homepage="http://github.com/libproxy/libproxy"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
distfiles="http://libproxy.googlecode.com/files/$pkgname-$version.tar.gz"
|
distfiles="https://github.com/libproxy/libproxy/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||||
checksum=dc3f33de54163718f82b3e7c496a7de97f8862578414b8ecaad3cbfe4821864b
|
checksum=d610bc0ef81a18ba418d759c5f4f87bf7102229a9153fb397d7d490987330ffd
|
||||||
|
|
||||||
libproxy-devel_package() {
|
libproxy-devel_package() {
|
||||||
depends="libproxy>=${version}_${revision}"
|
depends="libproxy>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue