diff options
author | Lukc <lukc@upyum.com> | 2010-12-12 04:04:58 +0100 |
---|---|---|
committer | Lukc <lukc@upyum.com> | 2010-12-12 04:04:58 +0100 |
commit | 2377f442246508a3703bdae41efa8d1b8acf3cb5 (patch) | |
tree | 07d2627c2d038364dec1e862e2e54ea2866a6a37 /autoconf/Pkgfile | |
parent | c67217c921afee96033d38b503038ebeabe8fc4d (diff) | |
download | devel-2377f442246508a3703bdae41efa8d1b8acf3cb5.tar.gz devel-2377f442246508a3703bdae41efa8d1b8acf3cb5.tar.bz2 devel-2377f442246508a3703bdae41efa8d1b8acf3cb5.tar.xz devel-2377f442246508a3703bdae41efa8d1b8acf3cb5.zip |
Recette d'autoconf ajout?e.
Diffstat (limited to 'autoconf/Pkgfile')
-rw-r--r-- | autoconf/Pkgfile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/autoconf/Pkgfile b/autoconf/Pkgfile new file mode 100644 index 0000000..fe8622f --- /dev/null +++ b/autoconf/Pkgfile @@ -0,0 +1,17 @@ +description="A package of M4 macros to produce scripts to automatically configure sourcecode." +packager="CRUX System Team <core-ports AT crux DOT nu>" +maintainer="Lukc <lukc AT upyum DOT com>" +url="http://www.gnu.org/software/autoconf" +depends=() + +name=autoconf +version=2.67 +release=1 +source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.xz) +build () +{ + cd $name-$version; + ./configure --prefix=$prefix --mandir=$PKG$mandir; + make; + make prefix=$PKG/usr install; +} |