the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: vcdpad
Version: 0.8
Revision: 10
###
Source: http://www.nocrew.org/software/vcdpad/%n-%v.tar.gz
Source-MD5: 5ceecc53b6435c0d29ae168987fa70e6
###
BuildDepends: fink (>= 0.24.12-1)
PatchFile: %n.patch
PatchFile-MD5: 2619a2cb8799aa0998e1a751ec465a7a
###
CompileScript: make
InstallScript: <<
mkdir -p %i/bin
make install DESTDIR=%i
<<
###
DocFiles: License
###
Description: Pad VCD MPEGs to be usable with vcdtools
DescDetail: <<
VCDpad extends MPEG frames to being 2324 bytes long, which is what
mkvcdfs (from the vcdtools package) expects them to be.
<<
###
License: GPL
Maintainer: Justin F. Hallett
Homepage: http://www.nocrew.org/software-vcdpad.html
diff -ru vcdpad-0.8/Makefile vcdpad-0.8-patched/Makefile
--- vcdpad-0.8/Makefile Tue Apr 25 02:49:33 2000
+++ vcdpad-0.8-patched/Makefile Tue Nov 6 23:00:54 2001
@@ -1,6 +1,5 @@
-CC=gcc
+CC=cc
CFLAGS=
-PREFIX=/usr/local
.c.o:
$(CC) -c $(CFLAGS) $<
@@ -16,5 +15,5 @@
rm -f *~ *.o vcdpad
install: vcdpad
- cp vcdpad $(PREFIX)/bin
+ cp vcdpad $(DESTDIR)/bin