dvdbackup _unstable_ port information

Package: dvdbackup
Version: 0.1.1
Revision: 3
Maintainer: None
Homepage: http://dvd-create.sourceforge.net/
License: GPL
BuildDepends: libdvdread.3
Depends: libdvdread.3-shlibs
Source: http://dvd-create.sourceforge.net/%n-%v.tar.gz
SourceDirectory: %n
Source-MD5: 53a071d1def5ee49d702a4dd080d25ac
# fix needed for 10.5
PatchScript: perl -pi -e 's,,$&\n#include ,' src/dvdbackup.c
CompileScript: <<
gcc -O -o dvdbackup -I%p/include -L%p/lib -ldvdread src/dvdbackup.c
<<
InstallScript: <<
install -d -m 755 %i/bin
install -s -m 755 %n %i/bin
<<
DocFiles: COPYING README
Description: Command-line DVD ripper
DescDetail: <<
dvdbackup is a tool for ripping DVD's from the command line.
dvdbackup will extract all (or optionally only selected) titles as
found on the dvd. It will structure the extracted files in a format
suitable for burning at a later time with mkisofs and dvdrecord. It
has the advantage of being very easy to use, small, and fast.
<<
DescPackaging: Formerly maintained by Jason R. Mastaler