diff options
Diffstat (limited to 'm4')
-rw-r--r-- | m4/.footprint | 6 | ||||
-rw-r--r-- | m4/.md5sum | 1 | ||||
-rw-r--r-- | m4/Pkgfile | 18 | ||||
-rw-r--r-- | m4/Pkgfile.old | 16 |
4 files changed, 0 insertions, 41 deletions
diff --git a/m4/.footprint b/m4/.footprint deleted file mode 100644 index 77bda8b..0000000 --- a/m4/.footprint +++ /dev/null @@ -1,6 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/m4 -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/m4.1.gz diff --git a/m4/.md5sum b/m4/.md5sum deleted file mode 100644 index 0f802fc..0000000 --- a/m4/.md5sum +++ /dev/null @@ -1 +0,0 @@ -1caf3410e6590f493834dc99ee04d027 m4-1.4.15.tar.xz diff --git a/m4/Pkgfile b/m4/Pkgfile deleted file mode 100644 index df450cd..0000000 --- a/m4/Pkgfile +++ /dev/null @@ -1,18 +0,0 @@ -description="A standard Unix macro processor with extensions" -packager="" -maintainer="CRUX System Team, core-ports at crux dot nu" -url="http://www.seindal.dk/rene/gnu/" -depends=() - -name=m4 -version=1.4.15 -release=1 -source=(ftp://ftp.gnu.org/gnu/m4/m4-1.4.15.tar.xz) -build () -{ - cd $name-$version; - ./configure --prefix=/usr --mandir=/usr/man; - make; - make DESTDIR=$PKG install; - rm -rf $PKG/usr/share -} diff --git a/m4/Pkgfile.old b/m4/Pkgfile.old deleted file mode 100644 index 4ac10df..0000000 --- a/m4/Pkgfile.old +++ /dev/null @@ -1,16 +0,0 @@ -# Description: A standard Unix macro processor with extensions -# URL: http://www.seindal.dk/rene/gnu/ -# Maintainer: CRUX System Team, core-ports at crux dot nu - -name=m4 -version=1.4.15 -release=1 -source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.xz) - -build() { - cd $name-$version - ./configure --prefix=/usr --mandir=/usr/man - make - make DESTDIR=$PKG install - rm -rf $PKG/usr/share -} |