diff options
Diffstat (limited to 'm4/Pkgfile.old')
-rw-r--r-- | m4/Pkgfile.old | 16 |
1 files changed, 0 insertions, 16 deletions
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 -} |