diff options
author | Lukc <lukc@upyum.com> | 2010-12-12 04:01:55 +0100 |
---|---|---|
committer | Lukc <lukc@upyum.com> | 2010-12-12 04:01:55 +0100 |
commit | abdcdc21542a19a7989889f49d33ab945132581a (patch) | |
tree | 667dcf9b43f928b1dbea3307495c851720e7077c /autoconf/Pkgfile.old | |
parent | 57270499d1bc291f95cfd5b4c4399441ea0e0ae5 (diff) | |
download | base-abdcdc21542a19a7989889f49d33ab945132581a.tar.gz base-abdcdc21542a19a7989889f49d33ab945132581a.tar.bz2 base-abdcdc21542a19a7989889f49d33ab945132581a.tar.xz base-abdcdc21542a19a7989889f49d33ab945132581a.zip |
Recette d'autoconf retir?e.
Diffstat (limited to 'autoconf/Pkgfile.old')
-rw-r--r-- | autoconf/Pkgfile.old | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/autoconf/Pkgfile.old b/autoconf/Pkgfile.old deleted file mode 100644 index 2e495be..0000000 --- a/autoconf/Pkgfile.old +++ /dev/null @@ -1,16 +0,0 @@ -# Description: A package of M4 macros to produce scripts to automatically configure sourcecode -# URL: http://www.gnu.org/software/autoconf -# Maintainer: CRUX System Team, core-ports at crux dot nu - -name=autoconf -version=2.67 -release=1 -source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.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 -} |