mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-25 00:11:07 +00:00
11 lines
291 B
Plaintext
11 lines
291 B
Plaintext
LICENSE := GPLv2
|
|
VERSION := 2.3.4
|
|
DOWNLOADS := openvpn.git
|
|
|
|
URL(openvpn) := https://github.com/OpenVPN/openvpn.git
|
|
REV(openvpn) := 024454a068a0dad1d0d872a91a5bdd7bee21a93f
|
|
DIR(openvpn) := src/app/openvpn
|
|
|
|
PATCHES := src/app/openvpn/patches/*.patch
|
|
PATCH_OPT := -N -p1 -d ${DIR(openvpn)}
|