summaryrefslogtreecommitdiff
path: root/sources/m4/m4.spec
diff options
context:
space:
mode:
Diffstat (limited to 'sources/m4/m4.spec')
-rw-r--r--sources/m4/m4.spec20
1 files changed, 20 insertions, 0 deletions
diff --git a/sources/m4/m4.spec b/sources/m4/m4.spec
new file mode 100644
index 0000000..8894ded
--- /dev/null
+++ b/sources/m4/m4.spec
@@ -0,0 +1,20 @@
+# Maintainer: Alexander Hill <ahill@breadpudding.dev>
+SRC_HASH="e4315fef49b08912b1d1db3774dd98f971397b2751c648512b6c8d852590dc50"
+SRC_NAME="m4"
+SRC_URL="http://haddonthethird.net/m4/m4-2.tar.bz2"
+SRC_VERSION="2"
+
+build() {
+ tar xf ../$SRC_FILENAME
+ cd m4-*/
+ make -O -j $TT_PROCS
+}
+
+clean() {
+ rm -rf m4-*/
+}
+
+package() {
+ cd m4-*/
+ make -O -j $TT_PROCS install DESTDIR=$TT_INSTALLDIR
+} \ No newline at end of file