aboutsummaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-08-10 00:46:44 +0300
committerCem Keylan <cem@ckyln.com>2021-08-10 00:46:44 +0300
commita202f4bb9d8e442f37723898d4970e13f96c6868 (patch)
tree69ce134ab0e358d1765dc12c8597fae6a8629c64 /community
parentcf8e86d982d1051630a9617cfd8e58ac0e5a3ba9 (diff)
downloadrepository-a202f4bb9d8e442f37723898d4970e13f96c6868.tar.gz
m4: move to extra
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, 0 insertions, 16 deletions
diff --git a/community/m4/build b/community/m4/build
deleted file mode 100755
index ca41a21b..00000000
--- a/community/m4/build
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/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
deleted file mode 100644
index f9a41b7e..00000000
--- a/community/m4/checksums
+++ /dev/null
@@ -1 +0,0 @@
-63aede5c6d33b6d9b13511cd0be2cac046f2e70fd0a07aa9573a04a82783af96 m4-1.4.19.tar.xz
diff --git a/community/m4/meta b/community/m4/meta
deleted file mode 100644
index fa83bdba..00000000
--- a/community/m4/meta
+++ /dev/null
@@ -1,3 +0,0 @@
-description: Macro language processor
-license: GPL-3.0+
-maintainer: Cem Keylan <cem@carbslinux.org>
diff --git a/community/m4/sources b/community/m4/sources
deleted file mode 100644
index bde2eff2..00000000
--- a/community/m4/sources
+++ /dev/null
@@ -1 +0,0 @@
-https://ftp.gnu.org/gnu/m4/m4-1.4.19.tar.xz
diff --git a/community/m4/version b/community/m4/version
deleted file mode 100644
index c5fa1166..00000000
--- a/community/m4/version
+++ /dev/null
@@ -1 +0,0 @@
-1.4.19 3