2663ce3aa0
LibDsk is a library intended to give transparent access to floppy drives and to the "disc image files" used by emulators to represent floppy drives. It currently supports the following disc image formats: - Raw "dd if=foo of=bar" images; - Raw images in logical filesystem order; - CPCEMU-format .DSK images (normal and extended); - CFI-format disc images, as produced by FDCOPY.COM; - ApriDisk-format disc images; - NanoWasp-format disc images, used by the eponymous emulator; - Yaze 'ydsk' disc images, created by the 'yaze' emulators; - Disc images created by Teledisk and CopyQM (read only); - The floppy drive under Linux.
17 lines
410 B
Makefile
17 lines
410 B
Makefile
# $NetBSD: Makefile,v 1.1 2014/09/01 20:52:28 shattered Exp $
|
|
#
|
|
|
|
DISTNAME= libdsk-1.3.5
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.seasip.info/Unix/LibDsk/
|
|
|
|
MAINTAINER= shattered@NetBSD.org
|
|
HOMEPAGE= http://www.seasip.info/Unix/LibDsk/
|
|
COMMENT= Library for accessing floppy discs and disc image files
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES= c
|
|
USE_LIBTOOL= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|