mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
Merge pull request #4767 from jnbr/opam_unbreak
opam: correct build urls and depend on unzip
This commit is contained in:
commit
a0ffaec8cd
2 changed files with 13 additions and 2 deletions
11
srcpkgs/opam/patches/fix_url.patch
Normal file
11
srcpkgs/opam/patches/fix_url.patch
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- src_ext/Makefile.orig 2015-04-27 09:46:51.000000000 +0200
|
||||||
|
+++ src_ext/Makefile 2016-09-15 05:38:45.453896142 +0200
|
||||||
|
@@ -2,7 +2,7 @@
|
||||||
|
|
||||||
|
SRC_EXTS = extlib re cmdliner graph cudf dose uutf jsonm
|
||||||
|
|
||||||
|
-URL_extlib = http://ocaml-extlib.googlecode.com/files/extlib-1.5.3.tar.gz
|
||||||
|
+URL_extlib = http://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/ocaml-extlib/extlib-1.5.3.tar.gz
|
||||||
|
MD5_extlib = 3de5f4e0a95fda7b2f3819c4a655b17c
|
||||||
|
|
||||||
|
URL_re = https://github.com/ocaml/ocaml-re/archive/ocaml-re-1.2.0.tar.gz
|
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'opam'
|
# Template file for 'opam'
|
||||||
pkgname=opam
|
pkgname=opam
|
||||||
version=1.2.2
|
version=1.2.2
|
||||||
revision=3
|
revision=4
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
disable_parallel_build=yes
|
disable_parallel_build=yes
|
||||||
make_build_args="lib-ext all"
|
make_build_args="lib-ext all"
|
||||||
makedepends="ncurses-devel ocaml curl"
|
makedepends="ncurses-devel ocaml curl"
|
||||||
depends="curl patch"
|
depends="curl patch unzip"
|
||||||
short_desc="OCaml package manager"
|
short_desc="OCaml package manager"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
license="LGPL-3"
|
license="LGPL-3"
|
||||||
|
|
Loading…
Add table
Reference in a new issue