the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: fauxsu
Homepage: http://github.com/DHowett/fauxsu
Maintainer: Dustin Howett
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 '' -e 's/libexec/%lib/' Makefile
<<
CompileScript: <<
make 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
<<