aboutsummaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-08-09 22:48:17 +0300
committerCem Keylan <cem@ckyln.com>2021-08-09 22:48:17 +0300
commit664ec4dbccb9d72c3cc04093132f2a06555a476b (patch)
treeea1fc99041a336ea98c3ea640ae42c8d8663fad1 /community
parent7277b9c2d8e10e2764d1f2a29cbe4f8b41424ece (diff)
downloadrepository-664ec4dbccb9d72c3cc04093132f2a06555a476b.tar.gz
m4: move to community
Diffstat (limited to 'community')
-rwxr-xr-xcommunity/m4/build10
-rw-r--r--community/m4/checksums1
-rw-r--r--community/m4/meta3
-rw-r--r--community/m4/sources1
-rw-r--r--community/m4/version1
5 files changed, 16 insertions, 0 deletions
diff --git a/community/m4/build b/community/m4/build
new file mode 100755
index 00000000..ca41a21b
--- /dev/null
+++ b/community/m4/build
@@ -0,0 +1,10 @@
+#!/bin/sh -e
+
+export LDFLAGS="$LDFLAGS -static"
+
+./configure \
+ --prefix=/usr \
+ --program-prefix=g
+
+make
+make DESTDIR="$1" install
diff --git a/community/m4/checksums b/community/m4/checksums
new file mode 100644
index 00000000..f9a41b7e
--- /dev/null
+++ b/community/m4/checksums
@@ -0,0 +1 @@
+63aede5c6d33b6d9b13511cd0be2cac046f2e70fd0a07aa9573a04a82783af96 m4-1.4.19.tar.xz
diff --git a/community/m4/meta b/community/m4/meta
new file mode 100644
index 00000000..fa83bdba
--- /dev/null
+++ b/community/m4/meta
@@ -0,0 +1,3 @@
+description: Macro language processor
+license: GPL-3.0+
+maintainer: Cem Keylan <cem@carbslinux.org>
diff --git a/community/m4/sources b/community/m4/sources
new file mode 100644
index 00000000..bde2eff2
--- /dev/null
+++ b/community/m4/sources
@@ -0,0 +1 @@
+https://ftp.gnu.org/gnu/m4/m4-1.4.19.tar.xz
diff --git a/community/m4/version b/community/m4/version
new file mode 100644
index 00000000..c5fa1166
--- /dev/null
+++ b/community/m4/version
@@ -0,0 +1 @@
+1.4.19 3