the Fink project is an effort to port
popular Unix programs to Mac OS X
Info2: <<
#=========================================================================
# $Id: appleincludes-copyfile01.info 436 2006-09-30 18:26:25Z matt $
Package: appleincludes-copyfile01
Version: 0.1
Revision: 3
Description: Apple's copyfile C header file
License: Restrictive
HomePage: http://www.opensource.apple.com/darwinsource/10.4.3/Libc-391.2.3/
Maintainer: Matthew Bogosian
#=========================================================================
#---- Unpack phase -------------------------------------------------------
NoSourceDirectory: true
Source: http://darwinsource.opendarwin.org/10.4.3/Libc-391.2.3/darwin/copyfile.h
SourceRename: %n-%v-copyfile.h
Source-MD5: 79b1105c387a1b63ce5e1417f5f07e2b
Source2: http://darwinsource.opendarwin.org/10.4.3/Libc-391.2.3/APPLE_LICENSE
Source2Rename: %n-%v-APPLE_LICENSE
Source2-MD5: dacaafbaf91483700da837d31213a1e8
#---- Compile phase ------------------------------------------------------
CompileScript: #
#---- Install phase ------------------------------------------------------
DocFiles: %n-%v-APPLE_LICENSE:APPLE_LICENSE
InstallScript: <<
#!/bin/sh -ex
install -d -m 755 '%i/include/copyfile-0.1'
install -c -m 644 %n-%v-copyfile.h '%i/include/copyfile-0.1/copyfile.h'
<<
#---- Documentation ------------------------------------------------------
DescDetail: <<
Apple's copyfile.h which was not distributed with XCode, but is required
when building some applications.
<<
<<