libspectrum is a fairly simple library designed to make the handling

of various ZX Spectrum emulator-related file formats easy. So far it
handles .sna and .z80 snapshots (.sna read only), .tap and .tzx tape
images and .rzx input recording files.

WWW: http://www.srcf.ucam.org/~pak21/spectrum/libspectrum.html

ok naddy@
This commit is contained in:
grange 2002-12-16 14:29:55 +00:00
parent fb1635291e
commit 5637ae5220
5 changed files with 49 additions and 0 deletions

View File

@ -0,0 +1,30 @@
# $OpenBSD: Makefile,v 1.1.1.1 2002/12/16 14:29:55 grange Exp $
COMMENT= "ZX Spectrum emulator file format library"
DISTNAME= libspectrum-0.1.0
CATEGORIES= devel
HOMEPAGE= http://www.srcf.ucam.org/~pak21/spectrum/libspectrum.html
MAINTAINER= Alexander Yurchenko <grange@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://www.srcf.ucam.org/~pak21/spectrum/
LIB_DEPENDS= glib.1.2::devel/glib
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/libspectrum
${INSTALL_DATA} ${WRKSRC}/doc/libspectrum.txt \
${PREFIX}/share/doc/libspectrum
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (libspectrum-0.1.0.tar.gz) = 944cd6028c35d4bd2dbe62cb70eb757b
RMD160 (libspectrum-0.1.0.tar.gz) = 8d65633ccdad2c730470cca2bb3c393819412ccc
SHA1 (libspectrum-0.1.0.tar.gz) = 578d50629ebe505dcc7e58cf3dfba8d1558ab9e1

View File

@ -0,0 +1,6 @@
libspectrum is a fairly simple library designed to make the handling
of various ZX Spectrum emulator-related file formats easy. So far it
handles .sna and .z80 snapshots (.sna read only), .tap and .tzx tape
images and .rzx input recording files.
WWW: ${HOMEPAGE}

View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2002/12/16 14:29:55 grange Exp $
lib/libspectrum.so.0.0
DYNLIBDIR(%D/lib)

View File

@ -0,0 +1,7 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/12/16 14:29:55 grange Exp $
include/libspectrum.h
lib/libspectrum.a
lib/libspectrum.la
share/doc/libspectrum/libspectrum.txt
%%SHARED%%
@dirrm share/doc/libspectrum