Browse Source

Kai Schwenzfeier:


			
			
				rocklinux
			
			
		
Kai Schwenzfeier 20 years ago
parent
commit
d2041bec62
22 changed files with 49 additions and 32 deletions
  1. +0
    -2
      package/kasc/freeciv/freeciv.conf
  2. +0
    -2
      package/kasc/freeciv/subconfig-games.hlp
  3. +0
    -4
      package/kasc/freeciv/subconfig-games.in
  4. +1
    -1
      package/kasc/freedroid_rpg/freedroid_rpg.conf
  5. +1
    -1
      package/kasc/frozen-bubble/frozen-bubble.conf
  6. +1
    -1
      package/kasc/gnubg/gnubg.conf
  7. +1
    -1
      package/kasc/lbreakout2/lbreakout2.conf
  8. +1
    -1
      package/kasc/libsdl_console/libsdl_console.conf
  9. +2
    -2
      package/kasc/mahjong/mahjong.conf
  10. +1
    -1
      package/kasc/metakit/metakit.conf
  11. +1
    -1
      package/kasc/openal/openal.conf
  12. +1
    -1
      package/kasc/powermanga/powermanga.conf
  13. +2
    -2
      package/kasc/rocksndiamonds/rocksndiamonds.conf
  14. +2
    -2
      package/kasc/rubiclox/rubiclox.conf
  15. +2
    -2
      package/kasc/simutrans/simutrans.conf
  16. +2
    -1
      package/kasc/smpeg/smpeg.conf
  17. +2
    -1
      package/kasc/squaroid/squaroid.conf
  18. +24
    -0
      package/kasc/swig/swig.conf
  19. +1
    -3
      package/kasc/torcs/torcs.conf
  20. +1
    -0
      package/kasc/wmi/wmi.conf
  21. +2
    -2
      package/kasc/xblasttnt/xblasttnt.conf
  22. +1
    -1
      package/kasc/xskat/xskat.conf

+ 0
- 2
package/kasc/freeciv/freeciv.conf

@ -38,6 +38,4 @@ elif [ "$ROCKCFG_PKG_FREECIV_XAW" == "xaw3d" ] ; then
fi
[ "$ROCKCFG_PKG_FREECIV_ZLIB" == "1" ] && \
var_append extraconfopt " " "--with-zlib"
[ "$ROCKCFG_PKG_FREECIV_EFENCE" == "1" ] && \
var_append extraconfopt " " "--with-efence"

+ 0
- 2
package/kasc/freeciv/subconfig-games.hlp

@ -16,5 +16,3 @@ ROCKCFG_PKG_FREECIV_XAW
ROCKCFG_PKG_FREECIV_ZLIB
use zlib to (un)compress savegames transparently.
ROCKCFG_PKG_FREECIV_EFENCE
use Electric Fence, malloc debugger

+ 0
- 4
package/kasc/freeciv/subconfig-games.in

@ -44,9 +44,5 @@ if pkgcheck freeciv X ; then
bool 'zlib support' ROCKCFG_PKG_FREECIV_ZLIB 1 "
use zlib to (un)compress savegames transparently"
fi
if pkgcheck electricfence X ; then
bool 'efence support' ROCKCFG_PKG_FREECIV_EFENCE 0 "
use Electric Fence, malloc debugger"
fi
menu_end
fi

+ 1
- 1
package/kasc/freedroid_rpg/freedroid_rpg.conf

@ -24,5 +24,5 @@
bindir=$root/$ROCKCFG_PKG_GAMES_BINDIR
datadir=$root/$ROCKCFG_PKG_GAMES_DATADIR
premake="make clean"
hook_add premake 3 "make clean"

+ 1
- 1
package/kasc/frozen-bubble/frozen-bubble.conf

@ -30,5 +30,5 @@ frozen-bubble_premake() {
make clean
}
premake=frozen-bubble_premake
hook_add premake 3 "frozen-bubble_premake"

+ 1
- 1
package/kasc/gnubg/gnubg.conf

@ -36,7 +36,7 @@ gnubg_preconf()
bunzip2 gnubg_*.bd.bz2
}
preconf=gnubg_preconf
hook_add preconf 3 "gnubg_preconf"
[ "$ROCKCFG_PKG_GNUBG_READLINE" == "1" ] && \
var_append extraconfopt " " "--with-readline"

+ 1
- 1
package/kasc/lbreakout2/lbreakout2.conf

@ -32,5 +32,5 @@ var_append extraconfopt " " "--with-highscore-path=$scoredir"
[ "$ROCKCFG_PKG_LBREAKOUT2_NET" == "0" ] && \
var_append extraconfopt " " "--disable-network"
inmake="mkdir -p $scoredir"
hook_add inmake 3 "mkdir -p $scoredir"

+ 1
- 1
package/kasc/libsdl_console/libsdl_console.conf

@ -25,5 +25,5 @@ libsdl_console_premake() {
var_append makeopt " " "prefix=$root/$prefix"
}
premake=libsdl_console_premake
hook_add premake 3 libsdl_console_premake

+ 2
- 2
package/kasc/mahjong/mahjong.conf

@ -21,10 +21,10 @@
#
# --- ROCK-COPYRIGHT-NOTE-END ---
bindir="`dirname $root/$ROCKCFG_PKG_GAMES_BINDIE`"
bindir="`dirname $root/$ROCKCFG_PKG_GAMES_BINDIR`"
datadir=$root/$ROCKCFG_PKG_GAMES_DATADIR
prefix="`basename $root/$ROCKCFG_PKG_GAMES_BINDIR`"
var_append makeopt " " "DESTDIR=$prefix BINDIR=$my_bin"
var_append makeopt " " "DESTDIR=$prefix BINDIR=$bindir"
var_append makeinstopt " " "$makeopt"

+ 1
- 1
package/kasc/metakit/metakit.conf

@ -21,6 +21,6 @@
#
# --- ROCK-COPYRIGHT-NOTE-END ---
preconf="cd builds"
hook_add preconf 3 "cd builds"
configscript="../unix/configure"

+ 1
- 1
package/kasc/openal/openal.conf

@ -22,7 +22,7 @@
# --- ROCK-COPYRIGHT-NOTE-END ---
autogen=1
preconf="cd linux; touch configure; chmod +x configure "
hook_add preconf 3 "cd linux; touch configure; chmod +x configure "
var_append extraconfopt " " "--enable-optimization --enable-arch-asm"

+ 1
- 1
package/kasc/powermanga/powermanga.conf

@ -28,5 +28,5 @@ scoredir=$ROCKCFG_PKG_GAMES_SCOREDIR
var_append makeopt " " "PREFIX=$root/$prefix EXEDIR=$bindir DATADIR=$datadir/powermanga SCOREDIR=$scoredir"
var_append makeinstopt " " "$makeopt"
premake="mkdir -p $scoredir"
hook_add premake 3 "mkdir -p $scoredir"

+ 2
- 2
package/kasc/rocksndiamonds/rocksndiamonds.conf

@ -43,8 +43,8 @@ rocksndiamonds_inmake() {
makeinstopt=""
premake="make clean"
inmake=rocksndiamonds_inmake
hook_add premake 3 "make clean"
hook_add inmake 3 rocksndiamonds_inmake
# targets: sdl, x11, solaris, solaris-sdl, mac

+ 2
- 2
package/kasc/rubiclox/rubiclox.conf

@ -25,6 +25,6 @@ bindir=$root/$ROCKCFG_PKG_GAMES_BINDIR
datadir=$root/$ROCKCFG_PKG_GAMES_DATADIR
makeinstopt=""
premake="make clean"
inmake="cp -f rubiclox $bindir"
hook_add premake 3 "make clean"
hook_add inmake 3 "cp -f rubiclox $bindir"

+ 2
- 2
package/kasc/simutrans/simutrans.conf

@ -47,6 +47,6 @@ simutrans_doc() {
done
}
premake=simutrans_main
postdoc=simutrans_doc
hook_add premake 3 simutrans_main
hook_add postdoc 3 simutrans_doc

+ 2
- 1
package/kasc/smpeg/smpeg.conf

@ -69,5 +69,6 @@ smpeg_preconf()
var_append extraconfopt " " "--disable-assertions"
fi
}
preconf=smpeg_preconf
hook_add preconf 3 smpeg_preconf

+ 2
- 1
package/kasc/squaroid/squaroid.conf

@ -38,7 +38,8 @@ squaroid_preconf()
var_append extraconfopt " " "--enable-ircserver=$ROCKCFG_PKG_SQUAROID_IRCSERV"
var_append extraconfopt " " "--enable-plugin"
}
preconf=squaroid_preconf
hook_add preconf 3 squaroid_preconf
# for some reason this wont work:
# var_append extraconfopt " " "--with-gtk-prefix=$ROCKCFG_PKG_GNOME14_CORE_PREFIX"

+ 24
- 0
package/kasc/swig/swig.conf

@ -1,3 +1,27 @@
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/kasc/swig/swig.conf
# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version. A copy of the GNU General Public
# License can be found at Documentation/COPYING.
#
# Many people helped and are helping developing ROCK Linux. Please
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM
# file for details.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
# also build and install swig runtime
makeopt="$makeopt swig runtime"
makeinstopt="$makeinstopt install-runtime"

+ 1
- 3
package/kasc/torcs/torcs.conf

@ -24,8 +24,6 @@
bindir=$root/$ROCKCFG_PKG_GAMES_BINDIR
datadir=$root/$ROCKCFG_PKG_GAMES_DATADIR
runconf=1
torcs_preconf()
{
for x in $archdir/TORCS-$ver-src-robots* ; do
@ -37,5 +35,5 @@ torcs_preconf()
find -name '*.o' | xargs rm -fv
}
preconf=torcs_preconf
hook_add preconf 3 torcs_preconf

+ 1
- 0
package/kasc/wmi/wmi.conf

@ -21,4 +21,5 @@
# --- ROCK-COPYRIGHT-NOTE-END ---
hook_add postinstall 3 "register_wm wmi WMI /$prefix/bin/wmi"
hook_add postdoc 3 "cp -rf examples $docdir"

+ 2
- 2
package/kasc/xblasttnt/xblasttnt.conf

@ -37,8 +37,8 @@ xblasttnt_postmake() {
}
runxmkmf=1
premake=xblasttnt_premake
postmake=xblasttnt_postmake
hook_add premake 3 xblasttnt_premake
hook_add postmake 3 xblasttnt_postmake
var_append makeopt " " "DESTDIR=$prefix BINDIR=$bindir XBLASTDIR=$root/$datadir"
var_append makeinstopt " " "$makeopt install"

+ 1
- 1
package/kasc/xskat/xskat.conf

@ -37,6 +37,6 @@ xskat_inmake() {
cp -v xskat.man $mandir/man6/xskat.6
}
inmake=xskat_inmake
hook_add inmake 3 xskat_inmake

Loading…
Cancel
Save