1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 15:17:46 +00:00

Ports: Add m4 port (#856)

This commit is contained in:
Максим Тарасов 2019-12-07 15:14:08 +03:00 committed by Andreas Kling
parent c5ff0da93c
commit 3273dd0478
3 changed files with 48 additions and 0 deletions

5
Ports/m4/package.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/bash ../.port_include.sh
port=m4
version=1.4.9
useconfigure=true
files="http://ftp.gnu.org/gnu/m4/m4-1.4.9.tar.gz m4-1.4.9.tar.gz"