summaryrefslogtreecommitdiffstats
path: root/autoconf/Pkgfile
diff options
context:
space:
mode:
authorLukc <lukc@upyum.com>2010-12-12 04:01:55 +0100
committerLukc <lukc@upyum.com>2010-12-12 04:01:55 +0100
commitabdcdc21542a19a7989889f49d33ab945132581a (patch)
tree667dcf9b43f928b1dbea3307495c851720e7077c /autoconf/Pkgfile
parent57270499d1bc291f95cfd5b4c4399441ea0e0ae5 (diff)
downloadbase-abdcdc21542a19a7989889f49d33ab945132581a.tar.gz
base-abdcdc21542a19a7989889f49d33ab945132581a.tar.bz2
base-abdcdc21542a19a7989889f49d33ab945132581a.tar.xz
base-abdcdc21542a19a7989889f49d33ab945132581a.zip
Recette d'autoconf retir?e.
Diffstat (limited to 'autoconf/Pkgfile')
-rw-r--r--autoconf/Pkgfile18
1 files changed, 0 insertions, 18 deletions
diff --git a/autoconf/Pkgfile b/autoconf/Pkgfile
deleted file mode 100644
index 5b9088a..0000000
--- a/autoconf/Pkgfile
+++ /dev/null
@@ -1,18 +0,0 @@
-description="A package of M4 macros to produce scripts to automatically configure sourcecode"
-packager=""
-maintainer="CRUX System Team, core-ports at crux dot nu"
-url="http://www.gnu.org/software/autoconf"
-depends=()
-
-name=autoconf
-version=2.67
-release=1
-source=(ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.67.tar.xz)
-build ()
-{
- cd $name-$version;
- ./configure --prefix=/usr --mandir=$PKG/usr/man;
- make;
- make prefix=$PKG/usr install;
- rm -r $PKG/usr/share/info
-}