From 7e114892b2cdc453f65d1f6f9cfca2aac21de758 Mon Sep 17 00:00:00 2001 From: Daniel Jahre Date: Sun, 31 Oct 2004 10:07:27 +0000 Subject: [PATCH] Daniel Jahre: - added atumake-1.9(1.9.2) to automake package [2004102200581902780] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@4674 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/base/automake/automake.conf | 8 +++++++- package/base/automake/automake.desc | 5 +++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/package/base/automake/automake.conf b/package/base/automake/automake.conf index 7f01c7d74..25cfe80a5 100644 --- a/package/base/automake/automake.conf +++ b/package/base/automake/automake.conf @@ -20,8 +20,14 @@ # # --- ROCK-COPYRIGHT-NOTE-END --- +if [ $xpkg = automake19 ]; then + postmake="rm -rf $datadir/automake ; ln -s automake-1.9 $datadir/automake" +fi + if [ $xpkg = automake18 ]; then - postmake="rm -rf $datadir/automake ; ln -s automake-1.8 $datadir/automake" + infodir="$builddir/do_not_install_info_files" + confopt="$confopt --program-suffix='-1.8'" + postmake="rm $bindir/aclocal-1.8-1.8 $bindir/automake-1.8-1.8" fi if [ $xpkg = automake17 ]; then diff --git a/package/base/automake/automake.desc b/package/base/automake/automake.desc index 6eae464d1..cb30b6876 100644 --- a/package/base/automake/automake.desc +++ b/package/base/automake/automake.desc @@ -55,5 +55,10 @@ [D] 619690407 automake-1.8.5.tar.bz2 ftp://ftp.gnu.org/pub/gnu/automake/ #endif +#if xpkg == automake19 +[V] 1.9.2 +[D] 3223373281 automake-1.9.2.tar.bz2 ftp://ftp.gnu.org/pub/gnu/automake/ +#endif + [CD] cp $cachedir/automake18.cache $confdir/$pkg.cache