Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/devel
In directory vz-cvs-3.sog:/tmp/cvs-serv7624

Added Files:
        fauxsu.info 
Log Message:
sync. w/ 10.!/4/stable, validated on powerpc-darwin8
force gcc/g++-4.0, sed-away hard-coded archs (i386, x86_64)


--- NEW FILE: fauxsu.info ---
Package: fauxsu
Homepage: http://github.com/DHowett/fauxsu
Maintainer: Dustin Howett <[email protected]>
Version: 0.9
Revision: 1
License: GPL
BuildDepends: fink (>= 0.28)
Source: http://uv.howett.net/fauxsu-%v.tgz
SourceDirectory: fauxsu-%v
Source-MD5: fa1172e551ca4fba579fc5455ff40546
PatchScript: <<
 perl -ni -e 'print unless / -rf /' theos/makefiles/package.mk
 /usr/bin/sed -i.orig -e 's/libexec/%lib/' Makefile
 # for darwin8
 sed -i.orig -e '/TARGET_C/s|-4.2|-4.0|g' \
        theos/makefiles/targets/Darwin/*.mk
<<
CompileScript: <<
 #!/bin/sh -ev
 arch=%m
 case "$arch" in
 powerpc) arch=ppc ;;
 esac
 make ARCHS="$arch" INSTALL_PREFIX=%p messages=yes
<<
InstallScript: <<
 make stage INSTALL_PREFIX=%p FW_STAGING_DIR=%d messages=yes
 mkdir -p %i/share/doc/%N
 cp LICENSE %i/share/doc/%N
<<
Description: Grants applications fake root privileges
DescDetail: <<
 fauxsu wraps system calls involved in changing file ownership and modes,
 allowing programs to act as if run as the superuser.
<<
Shlibs: <<
 !%p/lib/%N/libfauxsu.dylib
<<


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://ad.doubleclick.net/clk;258768047;13503038;j?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to