393bf219a8
Make compile on statvfs systems. Changes: - growisofs 5.19-1 hotfix to address "flushing cache takes forever; - 5.19.4.9.7 release; - LG GSA-4081B fails to "SET STREAMING" with "LBA OUT OF RANGE" for DVD+RW media, but not e.g. DVD-R; - dvd+rw-booktype: BTC support; - make DVD-RAM work in "poor-man" mode; - average write speed report at the end of recording; - dvd+rw-format 4.9: permit for DVD-RW blank even if format descriptors are not present; - Solaris: get rid of media reload, which made it possible to improve volume manager experience as well; - address speed verification issues with NEC ND-2500 and Plextor PX-708A; - IRIX: IRIX 6.x port is added; - dvd+rw-tools-5.18.4.8.6: www.software.hp.com release; - minimize amount of compiler warnings on 64-bit platforms; - skip count-down if no_tty_check is set; - -use-the-force-luke=tracksize:size option by suggestion from K3b; - Linux: fix for "Bad file descriptor" with DVD+RW kernel patch; - refuse to run if ${SUDO_COMMAND} is set;
26 lines
913 B
Makefile
26 lines
913 B
Makefile
# $NetBSD: Makefile,v 1.11 2004/06/30 00:11:23 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= dvd+rw-tools-5.19-1.4.9.7
|
|
PKGNAME= dvd+rw-tools-5.19.4.9.7
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://fy.chalmers.se/~appro/linux/DVD+RW/tools/
|
|
|
|
MAINTAINER= dan@NetBSD.org
|
|
HOMEPAGE= http://fy.chalmers.se/~appro/linux/DVD+RW/
|
|
COMMENT= Tools for writing DVD+R[W] disks
|
|
|
|
DEPENDS+= {cdrecord-[1-9]*,cdrtools-ossdvd-[0-9]*}:../../sysutils/cdrecord
|
|
|
|
WRKSRC= ${WRKDIR}/${PKGNAME}
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/growisofs ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/growisofs.1 ${PREFIX}/man/man1
|
|
${INSTALL_PROGRAM} ${WRKSRC}/dvd+rw-booktype ${PREFIX}/bin
|
|
${INSTALL_PROGRAM} ${WRKSRC}/dvd+rw-format ${PREFIX}/bin
|
|
${INSTALL_PROGRAM} ${WRKSRC}/dvd+rw-mediainfo ${PREFIX}/bin
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/dvd+rw-tools
|
|
${INSTALL_DATA} ${WRKSRC}/index.html ${PREFIX}/share/doc/html/dvd+rw-tools
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|