Skip to content

Commit

Permalink
added build for modern version of socat
Browse files Browse the repository at this point in the history
  • Loading branch information
alexatblock authored and alecthomas committed Jul 19, 2023
1 parent b2e5baf commit 08d350a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pkgs/socat/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
VERSION ?= 1.7.4.4
NAME = socat
SOURCE = http://www.dest-unreach.org/socat/download/socat-$(VERSION).tar.gz

include $(shell git rev-parse --show-toplevel)/pkgs/build.mk

configure:
./configure --prefix=/

build:
$(MAKE) progs

install:
$(MAKE) DESTDIR=$(DESTDIR) install

0 comments on commit 08d350a

Please sign in to comment.