e36b181d77
* New geometry type added: "extsurface", for discs where the sector numbers increase across both sides (eg: 1-9 on side 0, 10-18 on side 1). * New backend: IMD (for files created by ImageDisk). Read/write support. Also has a built-in extra geometry probe, which may be worth pushing to other drivers (eg: DSK, TD0) that carry a similar amount of detail.
17 lines
410 B
Makefile
17 lines
410 B
Makefile
# $NetBSD: Makefile,v 1.2 2015/08/26 21:29:42 shattered Exp $
|
|
#
|
|
|
|
DISTNAME= libdsk-1.3.8
|
|
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"
|