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:
parent
fb1635291e
commit
5637ae5220
30
devel/libspectrum/Makefile
Normal file
30
devel/libspectrum/Makefile
Normal 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>
|
3
devel/libspectrum/distinfo
Normal file
3
devel/libspectrum/distinfo
Normal 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
|
6
devel/libspectrum/pkg/DESCR
Normal file
6
devel/libspectrum/pkg/DESCR
Normal 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}
|
3
devel/libspectrum/pkg/PFRAG.shared
Normal file
3
devel/libspectrum/pkg/PFRAG.shared
Normal 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)
|
7
devel/libspectrum/pkg/PLIST
Normal file
7
devel/libspectrum/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user