Browse Source

Daniel Jahre:


			
			
				rocklinux
			
			
		
Daniel Jahre 20 years ago
parent
commit
92d112b5a6
7 changed files with 49 additions and 8 deletions
  1. +11
    -0
      package/kasc/clanlib/clanlib.conf
  2. +9
    -8
      package/kasc/clanlib/clanlib.desc
  3. +0
    -0
      package/kasc/clanlib/clanlib06/clanlib_glxfix.patch
  4. +0
    -0
      package/kasc/clanlib/clanlib06/directfb_fix.patch
  5. +0
    -0
      package/kasc/clanlib/clanlib06/freetype-update.patch
  6. +0
    -0
      package/kasc/clanlib/clanlib06/gcc34.patch
  7. +29
    -0
      package/kasc/clanlib/preconfig.in

+ 11
- 0
package/kasc/clanlib/clanlib.conf

@ -54,3 +54,14 @@
[ "$ROCKCFG_PKG_CLANLIB_TTF" == "1" ] && \
var_append extraconfopt " " "--enable-ttf"
if [ "$xpkg" == "clanlib06" ]; then
prefix=$root/opt/clanlib06
var_append makeopt " " "LIBDIR=$root/$libdir"
set_confopt
var_append patchfiles " " "$confdir/$xpkg/*.patch"
fi
if [ "$xpkg" == "clanlib07" ]; then
prefix=$root/opt/clanlib07
set_confopt
fi

+ 9
- 8
package/kasc/clanlib/clanlib.desc

@ -60,13 +60,14 @@
[L] GPL
[S] Stable
[V] 0.6.5-1
[P] X -?---5---9 213.500
# FIXME:
# sources should be fetched from cvs:
# CVSROOT=":pserver:anonymous@cvs.clanlib.org:/usr/local/cvsroot"
# cvs login with empty passwd
# cvs -z3 co Libs/ClanLib-0.6
[D] 150661944 ClanLib-0.6.5-1.tar.gz http://www.clanlib.org/~sphair/download/
#if xpkg == clanlib06
[V] 0.6.5-1
[D] 150661944 ClanLib-0.6.5-1.tar.gz http://www.clanlib.org/download/files/
#endif
#if xpkg == clanlib07
[V] 0.7.8
[D] 1763564094 ClanLib-0.7.8-1.tar.bz2 http://www.clanlib.org/download/files/
#endif

package/kasc/clanlib/clanlib_glxfix.patch → package/kasc/clanlib/clanlib06/clanlib_glxfix.patch


package/kasc/clanlib/directfb_fix.patch → package/kasc/clanlib/clanlib06/directfb_fix.patch


package/kasc/clanlib/freetype-update.patch → package/kasc/clanlib/clanlib06/freetype-update.patch


package/kasc/clanlib/gcc34.patch → package/kasc/clanlib/clanlib06/gcc34.patch


+ 29
- 0
package/kasc/clanlib/preconfig.in

@ -0,0 +1,29 @@
# --- 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/base/clanlib/preconfig.in
# ROCK Linux is Copyright (C) 1998 - 2005 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 ---
if pkgcheck clanlib X
then
pkgfork clanlib clanlib06
pkgfork clanlib clanlib07
pkgremove clanlib
fi

Loading…
Cancel
Save