I suppose the name of the package changed. Anyway, here's the ebuild 
and the patch for makefile. I've just fixed jdelay ebuild, so this should be 
ok, but it's still in "works for me" stage. Hope this is usefull. C ya!

Attachment: jack_delay-0.1.ebuild
Description: Binary data

--- Makefile	2008-11-24 21:16:57.000000000 +0100
+++ Makefile.patched	2009-12-29 20:39:02.000000000 +0100
@@ -34,7 +34,8 @@
 
 
 install:	jack_delay
-	/usr/bin/install -m 755 jack_delay $(PREFIX)/bin
+	mkdir -p $(DESTDIR)/$(PREFIX)/bin
+	/usr/bin/install -m 755 jack_delay $(DESTDIR)/$(PREFIX)/bin
 
 
 clean:

Reply via email to