Browse Source

Daniel Jahre:


			
			
				rocklinux
			
			
		
Daniel Jahre 21 years ago
parent
commit
7e114892b2
2 changed files with 12 additions and 1 deletions
  1. +7
    -1
      package/base/automake/automake.conf
  2. +5
    -0
      package/base/automake/automake.desc

+ 7
- 1
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

+ 5
- 0
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] <COPY> cp $cachedir/automake18.cache $confdir/$pkg.cache

Loading…
Cancel
Save