Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37479387
en ru br
ALT Linux repos
S:0.21.17-alt3
5.0: 0.21.08-alt2
4.1: 0.21.08-alt2
4.0: 0.21.08-alt2
3.0: 0.19.9-alt0.5

Other repositories
Upstream:0.21.08

Group :: Sound
RPM: gwc

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: gwc-0.19.9-alt-makefile.patch
Download


--- gwc-0.19-9/Makefile.in	2003-09-03 08:27:43 +0400
+++ gwc-0.19-9/Makefile.in.fixed	2003-09-27 14:11:45 +0400
@@ -12,7 +12,7 @@
 DATADIR=`gnome-config --datadir`
 
 EXTRA_DIST = gwc-logo.png
-pixmapdir = $(DATADIR)/pixmaps
+pixmapdir = $(datadir)/pixmaps
 pixmap_DATA = gwc-logo.png
 
 all : gwc
@@ -25,18 +25,14 @@
 
 install : gwc
 	strip gwc
-	install -d $(DESTDIR)/bin
-	install -d $(DESTDIR)/share/doc/gwc
+	install -d $(bindir)
+	install -d $(datadir)/doc/gwc
 	install -d $(pixmapdir)
-	install -d $(DATADIR)/$(HELPDIR)/C
-	install gwc $(DESTDIR)/bin
-	install README $(DESTDIR)/share/doc/gwc
-	install INSTALL $(DESTDIR)/share/doc/gwc
-	install COPYING $(DESTDIR)/share/doc/gwc
-	install Changelog $(DESTDIR)/share/doc/gwc
-	install doc/C/gwc_qs.html $(DATADIR)/$(HELPDIR)/C
-	install doc/C/gwc.html $(DATADIR)/$(HELPDIR)/C
-	install doc/C/topic.dat $(DATADIR)/$(HELPDIR)/C
+	install -d $(datadir)/$(HELPDIR)/C
+	install gwc $(bindir)
+	install doc/C/gwc_qs.html $(datadir)/$(HELPDIR)/C
+	install doc/C/gwc.html $(datadir)/$(HELPDIR)/C
+	install doc/C/topic.dat $(datadir)/$(HELPDIR)/C
 	install gwc-logo.png $(pixmapdir)
 
 meschach.a : meschach/meschach.a
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin