Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv2482/main/finkinfo/devel

Added Files:
        kde4-buildenv.info 
Log Message:
a little script to make it easier to package rooted (%p/lib/x11, %p/lib/qt4) 
packages

--- NEW FILE: kde4-buildenv.info ---
Package: kde4-buildenv
Version: 4.1
Revision: 1
Description: Scripts for simplifying KDE4 builds
License: BSD
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>

CustomMirror: <<
        Primary: http://ranger.users.finkproject.org/distfiles
        eur-NL: http://ranger.users.finkproject.org/distfiles
        nam-US: http://ranger.befunk.com/fink
        nam-US: http://astrange.ithinksw.net/~astrange/ranger-fink
        nam-CA: http://www.southofheaven.net/befunk
<<
NoSourceDirectory: true
Source: mirror:custom:%n/%n-%v-%r.sh
Source-MD5: 4cdccf5a41fcdcc3f4f6414dd784b110

CompileScript: echo "none"

InstallScript: <<
#!/bin/sh -ev

        install -d -m 755 %i/sbin
        sed -e 's,@PREFIX@,%p,g' %n-%v-%r.sh > %i/sbin/%n.sh
<<

Homepage: http://ranger.befunk.com/fink/%n
DescDetail: <<
When packaging KDE4 software, in your CompileScript, first do:

  KDE4_TYPE=x11
  KDE4_PREFIX=%p
  . %p/sbin/%n.sh

Then, you run cmake like so:

  mkdir build
  pushd build
    cmake $KDE4_CMAKE_ARGS ..
  popd
<<



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to