diff options
author | joerg <joerg@pkgsrc.org> | 2006-04-09 13:13:38 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-04-09 13:13:38 +0000 |
commit | 253441da0dc89ab70af2b0945a06084aa3487804 (patch) | |
tree | d6b85ab56061582ff64b2f4b498b1bd761c0d033 /audio | |
parent | 345b982d825f5ec4fcfd67b6526df8f8657687e7 (diff) | |
download | pkgsrc-253441da0dc89ab70af2b0945a06084aa3487804.tar.gz |
Initial import of sidplay2:
Sidplay2 is an updated version of Sidplay, which is a Commodore 64 music
file player. This version plays more SIDs and is capable of more, than
the previous Sidplay is.
From Simon Hitzemann in PR 25203.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/sidplay2/DESCR | 3 | ||||
-rw-r--r-- | audio/sidplay2/Makefile | 24 | ||||
-rw-r--r-- | audio/sidplay2/PLIST | 3 | ||||
-rw-r--r-- | audio/sidplay2/distinfo | 5 |
4 files changed, 35 insertions, 0 deletions
diff --git a/audio/sidplay2/DESCR b/audio/sidplay2/DESCR new file mode 100644 index 00000000000..198364c947c --- /dev/null +++ b/audio/sidplay2/DESCR @@ -0,0 +1,3 @@ +Sidplay2 is an updated version of Sidplay, which is a Commodore 64 music +file player. This version plays more SIDs and is capable of more, than the +previous Sidplay is. diff --git a/audio/sidplay2/Makefile b/audio/sidplay2/Makefile new file mode 100644 index 00000000000..681970c7ca2 --- /dev/null +++ b/audio/sidplay2/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/04/09 13:13:38 joerg Exp $ +# + +DISTNAME= sidplay-2.0.9 +PKGNAME= sidplay2-2.0.9 +CATEGORIES= audio +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sidplay2/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://sidplay2.sourceforge.net/ +COMMENT= Tool for playing sidtunes + +NOT_FOR_PLATFORM= Interix-*-* + +GNU_CONFIGURE= yes +USE_TOOLS+= gmake pkg-config +USE_LANGUAGES= c c++ +USE_LIBTOOL= yes + +LDFLAGS+= ${LIBOSSAUDIO} + +.include "../../audio/libsidplay2/buildlink3.mk" +.include "../../mk/oss.buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/sidplay2/PLIST b/audio/sidplay2/PLIST new file mode 100644 index 00000000000..e3a33cbccee --- /dev/null +++ b/audio/sidplay2/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/04/09 13:13:38 joerg Exp $ +bin/sidplay2 +man/man1/sidplay2.1 diff --git a/audio/sidplay2/distinfo b/audio/sidplay2/distinfo new file mode 100644 index 00000000000..debded745ed --- /dev/null +++ b/audio/sidplay2/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/04/09 13:13:38 joerg Exp $ + +SHA1 (sidplay-2.0.9.tar.gz) = 2e4589cc59b3d2d37f38b98d7a0a0ba37b82da7a +RMD160 (sidplay-2.0.9.tar.gz) = 9d7d2cbcb472ab413093e85827de2c7099782e47 +Size (sidplay-2.0.9.tar.gz) = 362140 bytes |