summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJohannes Winkelmann <jw@smts.ch>2006-02-23 15:26:10 +0000
committerJohannes Winkelmann <jw@smts.ch>2006-02-23 15:26:10 +0000
commite3afe2298e821d7f5860128720e665d8fb3bd641 (patch)
treebfb499432688352b1140b13ad8252c8e4e739006 /m4
downloadcore-e3afe2298e821d7f5860128720e665d8fb3bd641.tar.gz
core-e3afe2298e821d7f5860128720e665d8fb3bd641.tar.xz
create branch for 2.2
Diffstat (limited to 'm4')
-rw-r--r--m4/.footprint3
-rw-r--r--m4/.md5sum1
-rw-r--r--m4/Pkgfile16
3 files changed, 20 insertions, 0 deletions
diff --git a/m4/.footprint b/m4/.footprint
new file mode 100644
index 00000000..71287318
--- /dev/null
+++ b/m4/.footprint
@@ -0,0 +1,3 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/m4
diff --git a/m4/.md5sum b/m4/.md5sum
new file mode 100644
index 00000000..439366b2
--- /dev/null
+++ b/m4/.md5sum
@@ -0,0 +1 @@
+8d1d64dbecf1494690a0f3ba8db4482a m4-1.4.4.tar.gz
diff --git a/m4/Pkgfile b/m4/Pkgfile
new file mode 100644
index 00000000..c70002ca
--- /dev/null
+++ b/m4/Pkgfile
@@ -0,0 +1,16 @@
+# Description: A standard Unix macro processor with extensions
+# URL: http://www.seindal.dk/rene/gnu/
+# Maintainer: Per Lidén <per@fukt.bth.se>
+
+name=m4
+version=1.4.4
+release=1
+source=(http://mirrors.sunsite.dk/gnu/$name/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make prefix=$PKG/usr install
+ rm -rf $PKG/usr/info
+}

Generated by cgit