diff options
author | rh <rh@pkgsrc.org> | 2000-01-05 23:07:50 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-01-05 23:07:50 +0000 |
commit | 32f99e5a0802de520bb512c0cea8d32bf47d4454 (patch) | |
tree | fae9b73bb0cd1d88d6fb800e9af31a884f981539 /net | |
parent | 0d846e4bb56623991af63c45e291bfba98f73f21 (diff) | |
download | pkgsrc-32f99e5a0802de520bb512c0cea8d32bf47d4454.tar.gz |
Initial import of gnapster-1.3, a GNOME napster client.
Diffstat (limited to 'net')
-rw-r--r-- | net/gnapster/Makefile | 16 | ||||
-rw-r--r-- | net/gnapster/files/md5 | 3 | ||||
-rw-r--r-- | net/gnapster/files/patch-sum | 3 | ||||
-rw-r--r-- | net/gnapster/patches/patch-aa | 22 | ||||
-rw-r--r-- | net/gnapster/pkg/COMMENT | 1 | ||||
-rw-r--r-- | net/gnapster/pkg/DESCR | 3 | ||||
-rw-r--r-- | net/gnapster/pkg/PLIST | 2 |
7 files changed, 50 insertions, 0 deletions
diff --git a/net/gnapster/Makefile b/net/gnapster/Makefile new file mode 100644 index 00000000000..6b5eb570c24 --- /dev/null +++ b/net/gnapster/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/01/05 23:07:50 rh Exp $ +# + +DISTNAME= gnapster-1.3 +CATEGORIES= net +MASTER_SITES= http://www.gotlinux.org/~jasta/files/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.gotlinux.org/~jasta/programs.html + +DEPENDS+= gnome-core-*:../../x11/gnome-core + +NO_CONFIGURE= YES +USE_X11BASE= YES + +.include "../../mk/bsd.pkg.mk" diff --git a/net/gnapster/files/md5 b/net/gnapster/files/md5 new file mode 100644 index 00000000000..fb08e995356 --- /dev/null +++ b/net/gnapster/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/01/05 23:07:51 rh Exp $ + +MD5 (gnapster-1.3.tar.gz) = 314b4d47befe25b5c0ee79c492c61022 diff --git a/net/gnapster/files/patch-sum b/net/gnapster/files/patch-sum new file mode 100644 index 00000000000..d9398a66036 --- /dev/null +++ b/net/gnapster/files/patch-sum @@ -0,0 +1,3 @@ +$NetBSD: patch-sum,v 1.1.1.1 2000/01/05 23:07:51 rh Exp $ + +MD5 (patch-aa) = 4fb72c55f9d56b362cdd629cf5216d04 diff --git a/net/gnapster/patches/patch-aa b/net/gnapster/patches/patch-aa new file mode 100644 index 00000000000..9617e62f7ae --- /dev/null +++ b/net/gnapster/patches/patch-aa @@ -0,0 +1,22 @@ +$NetBSD: patch-aa,v 1.1.1.1 2000/01/05 23:07:51 rh Exp $ + +--- Makefile.orig Mon Dec 13 07:26:48 1999 ++++ Makefile Wed Jan 5 18:10:25 2000 +@@ -1,11 +1,12 @@ +-CC = gcc + PROG = gnapster + CLEAN = *.o *~ + OBJECTS = gnapster.o callbacks.o ui.o napster.o network.o +-INSTALL = install -c +-DIR = /usr/local/bin +-CFLAGS = -g `gnome-config --cflags gnome` -g -Wall +-LIBS = -g `gnome-config --libs gnome gnomeui gtk` ++INSTALL= ${BSD_INSTALL_PROGRAM} ++DIR= ${PREFIX}/bin ++GCFLAGS!= gnome-config --cflags gnome ++GCLIBS!= gnome-config --libs gnome gnomeui gtk ++CFLAGS+= ${GCFLAGS} # -g `gnome-config --cflags gnome` -g -Wall ++LIBS+= ${GCLIBS} # -g `gnome-config --libs gnome gnomeui gtk` + + all: $(PROG) + diff --git a/net/gnapster/pkg/COMMENT b/net/gnapster/pkg/COMMENT new file mode 100644 index 00000000000..25935a6e10d --- /dev/null +++ b/net/gnapster/pkg/COMMENT @@ -0,0 +1 @@ +a simple client for the online mp3 community diff --git a/net/gnapster/pkg/DESCR b/net/gnapster/pkg/DESCR new file mode 100644 index 00000000000..6d344b22632 --- /dev/null +++ b/net/gnapster/pkg/DESCR @@ -0,0 +1,3 @@ + Gnapster is a simple client for the online mp3 community called +napster. The reason this client was written is because the author +was tired of using the plain console version (nap). diff --git a/net/gnapster/pkg/PLIST b/net/gnapster/pkg/PLIST new file mode 100644 index 00000000000..eb264995c37 --- /dev/null +++ b/net/gnapster/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/01/05 23:07:50 rh Exp $ +bin/gnapster |