diff options
author | wiz <wiz@pkgsrc.org> | 2004-07-29 23:19:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-07-29 23:19:48 +0000 |
commit | 0bbcfa7507a65dc249e00b9a9b10f5ff10b6feb3 (patch) | |
tree | 71ad6e088721f47c50f09bd866776163562d281b | |
parent | e3d4142c9193edc4417c9dbd442773da27db2b63 (diff) | |
download | pkgsrc-0bbcfa7507a65dc249e00b9a9b10f5ff10b6feb3.tar.gz |
Initial import of m1:
M1 is an arcade video and pinball game sound emulator by R. Belmont.
The emulator is available for both Windows and Linux and features
full stereo sound at sample rates up to 48000 Hz. Over 1000 games
are supported.
This package contains the Linux binary.
-rw-r--r-- | emulators/m1/DESCR | 6 | ||||
-rw-r--r-- | emulators/m1/Makefile | 30 | ||||
-rw-r--r-- | emulators/m1/PLIST | 6 | ||||
-rw-r--r-- | emulators/m1/distinfo | 4 |
4 files changed, 46 insertions, 0 deletions
diff --git a/emulators/m1/DESCR b/emulators/m1/DESCR new file mode 100644 index 00000000000..a44b7dbec98 --- /dev/null +++ b/emulators/m1/DESCR @@ -0,0 +1,6 @@ +M1 is an arcade video and pinball game sound emulator by R. Belmont. +The emulator is available for both Windows and Linux and features +full stereo sound at sample rates up to 48000 Hz. Over 1000 games +are supported. + +This package contains the Linux binary. diff --git a/emulators/m1/Makefile b/emulators/m1/Makefile new file mode 100644 index 00000000000..ff31f80f8ab --- /dev/null +++ b/emulators/m1/Makefile @@ -0,0 +1,30 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/07/29 23:19:48 wiz Exp $ +# + +DISTNAME= m1074b2-lnx +PKGNAME= m1-0.7.4c +CATEGORIES= emulators audio +MASTER_SITES= http://www.emuhype.com/files/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= wiz@NetBSD.org +HOMEPAGE= http://www.emuhype.com/index.phtml?s=misc&ss=index +COMMENT= Arcade video and pinball game sound emulator (Linux binary) + +DEPENDS+= suse_base>=6.4:../../emulators/${SUSE_DIR_PREFIX}_compat + +ONLY_FOR_PLATFORM= *-*-i386 + +WRKSRC= ${WRKDIR}/m1-0.7.4 +NO_BUILD= # defined +CHECK_SHLIBS= no + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/m1 ${PREFIX}/bin + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/m1 + ${INSTALL_DATA} ${WRKSRC}/m1.txt ${PREFIX}/share/doc/m1 + ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/m1 + ${INSTALL_DATA} ${WRKSRC}/m1.ini ${PREFIX}/share/examples/m1 + +.include "../../emulators/suse_linux/Makefile.application" +.include "../../mk/bsd.pkg.mk" diff --git a/emulators/m1/PLIST b/emulators/m1/PLIST new file mode 100644 index 00000000000..06f6c1099e2 --- /dev/null +++ b/emulators/m1/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/07/29 23:19:48 wiz Exp $ +bin/m1 +share/doc/m1/m1.txt +share/examples/m1/m1.ini +@dirrm share/examples/m1 +@dirrm share/doc/m1 diff --git a/emulators/m1/distinfo b/emulators/m1/distinfo new file mode 100644 index 00000000000..f770f50ab8b --- /dev/null +++ b/emulators/m1/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/07/29 23:19:48 wiz Exp $ + +SHA1 (m1074b2-lnx.tar.bz2) = 842ec3a3f5b56fe3352d06e169af58d2ab9b3690 +Size (m1074b2-lnx.tar.bz2) = 705948 bytes |