Sophie

Sophie

distrib > Mageia > 8 > armv7hl > by-pkgid > 69aa65b9bec3b4bfdf12c9f9f2f2860c > files > 4

abydos-0.2.3-4.mga8.tainted.src.rpm

diff --git a/plugins/amiga/Makefile b/plugins/amiga/Makefile
index ad5ccb0..84bcb6e 100644
--- a/plugins/amiga/Makefile
+++ b/plugins/amiga/Makefile
@@ -36,7 +36,7 @@ $(wbicon_T): $(wbicon_O)
 	@$(CC) -shared $(LDFLAGS) -o $@ $^ $(LIBS)
 
 install: all
-	install -d $(DESTDIR)$(libdir)/$(PACKAGE)
-	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)
+	install -d $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
+	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
 
 include ../../rules.mk
diff --git a/plugins/anist/Makefile b/plugins/anist/Makefile
index 920e2c1..70791e3 100644
--- a/plugins/anist/Makefile
+++ b/plugins/anist/Makefile
@@ -16,7 +16,7 @@ $(TARGETS): $(OBJS)
 	@$(CC) -shared $(LDFLAGS) -o $@ $^ $(LIBS)
 
 install: all
-	install -d $(DESTDIR)$(libdir)/$(PACKAGE)
-	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)
+	install -d $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
+	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
 
 include ../../rules.mk
diff --git a/plugins/ansi/Makefile b/plugins/ansi/Makefile
index 7dc4762..f2584a9 100644
--- a/plugins/ansi/Makefile
+++ b/plugins/ansi/Makefile
@@ -27,7 +27,7 @@ $(thedraw_T): $(thedraw_O)
 	@$(CC) -shared $(LDFLAGS) -o $@ $^ $(LIBS)
 
 install: all
-	install -d $(DESTDIR)$(libdir)/$(PACKAGE)
-	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)
+	install -d $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
+	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
 
 include ../../rules.mk
diff --git a/plugins/ansilove/Makefile b/plugins/ansilove/Makefile
index d8057ea..e003907 100644
--- a/plugins/ansilove/Makefile
+++ b/plugins/ansilove/Makefile
@@ -16,7 +16,7 @@ $(TARGETS): $(OBJS)
 	@$(CC) -shared $(LDFLAGS) -o $@ $^ $(LIBS)
 
 install: all
-	install -d $(DESTDIR)$(libdir)/$(PACKAGE)
-	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)
+	install -d $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
+	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
 
 include ../../rules.mk
diff --git a/plugins/apng/Makefile b/plugins/apng/Makefile
index 4bab478..6274255 100644
--- a/plugins/apng/Makefile
+++ b/plugins/apng/Makefile
@@ -16,7 +16,7 @@ $(TARGETS): $(OBJS)
 	@$(CC) -shared $(LDFLAGS) -o $@ $^ $(LIBS)
 
 install: all
-	install -d $(DESTDIR)$(libdir)/$(PACKAGE)
-	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)
+	install -d $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
+	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
 
 include ../../rules.mk
diff --git a/plugins/aseprite/Makefile b/plugins/aseprite/Makefile
index c559399..f43ffd2 100644
--- a/plugins/aseprite/Makefile
+++ b/plugins/aseprite/Makefile
@@ -17,7 +17,7 @@ $(TARGETS): $(OBJS)
 	@$(CXX) -shared $(LDFLAGS) -o $@ $^ $(LIBS)
 
 install: all
-	install -d $(DESTDIR)$(libdir)/$(PACKAGE)
-	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)
+	install -d $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
+	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
 
 include ../../rules.mk
diff --git a/plugins/atari/Makefile b/plugins/atari/Makefile
index 50367c3..898de71 100644
--- a/plugins/atari/Makefile
+++ b/plugins/atari/Makefile
@@ -36,7 +36,7 @@ $(tiny_T): $(tiny_O)
 	@$(CC) -shared $(LDFLAGS) -o $@ $^ $(LIBS)
 
 install: all
-	install -d $(DESTDIR)$(libdir)/$(PACKAGE)
-	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)
+	install -d $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
+	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
 
 include ../../rules.mk
diff --git a/plugins/avif/Makefile b/plugins/avif/Makefile
index 5163474..1986260 100644
--- a/plugins/avif/Makefile
+++ b/plugins/avif/Makefile
@@ -30,7 +30,7 @@ $(TARGETS): $(OBJS)
 	@$(CC) -shared $(LDFLAGS) -o $@ $^ $(LIBS)
 
 install: all
-	install -d $(DESTDIR)$(libdir)/$(PACKAGE)
-	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)
+	install -d $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
+	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
 
 include ../../rules.mk
diff --git a/plugins/bpg/Makefile b/plugins/bpg/Makefile
index 47dc96a..76c2982 100644
--- a/plugins/bpg/Makefile
+++ b/plugins/bpg/Makefile
@@ -17,7 +17,7 @@ $(TARGETS): $(OBJS)
 	@$(CC) -shared $(LDFLAGS) -o $@ $^ $(bpg_L) $(LIBS)
 
 install: all
-	install -d $(DESTDIR)$(libdir)/$(PACKAGE)
-	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)
+	install -d $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
+	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
 
 include ../../rules.mk
diff --git a/plugins/c64/Makefile b/plugins/c64/Makefile
index 1347433..d8e0bc2 100644
--- a/plugins/c64/Makefile
+++ b/plugins/c64/Makefile
@@ -27,8 +27,8 @@ $(petscii_T): $(petscii_O)
 	@$(CC) -shared $(LDFLAGS) -o $@ $^ $(LIBS)
 
 install: all
-	install -d $(DESTDIR)$(libdir)/$(PACKAGE)
-	install -m 755 $(koala_T) $(DESTDIR)$(libdir)/$(PACKAGE)
-	install -m 755 $(petscii_T) $(DESTDIR)$(libdir)/$(PACKAGE)
+	install -d $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
+	install -m 755 $(koala_T) $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
+	install -m 755 $(petscii_T) $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
 
 include ../../rules.mk
diff --git a/plugins/djvu/Makefile b/plugins/djvu/Makefile
index 7bc4a4e..a96a581 100644
--- a/plugins/djvu/Makefile
+++ b/plugins/djvu/Makefile
@@ -16,7 +16,7 @@ $(TARGETS): $(OBJS)
 	@$(CC) -shared $(LDFLAGS) -o $@ $^ $(LIBS)
 
 install: all
-	install -d $(DESTDIR)$(libdir)/$(PACKAGE)
-	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)
+	install -d $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
+	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
 
 include ../../rules.mk
diff --git a/plugins/exr/Makefile b/plugins/exr/Makefile
index e76e43d..499b6d7 100644
--- a/plugins/exr/Makefile
+++ b/plugins/exr/Makefile
@@ -16,7 +16,7 @@ $(TARGETS): $(OBJS)
 	@$(CXX) -shared $(LDFLAGS) -o $@ $^ $(LIBS)
 
 install: all
-	install -d $(DESTDIR)$(libdir)/$(PACKAGE)
-	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)
+	install -d $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
+	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
 
 include ../../rules.mk
diff --git a/plugins/flif/Makefile b/plugins/flif/Makefile
index 53b5c49..57d5891 100644
--- a/plugins/flif/Makefile
+++ b/plugins/flif/Makefile
@@ -16,7 +16,7 @@ $(TARGETS): $(OBJS)
 	@$(CC) -shared $(LDFLAGS) -o $@ $^ $(LIBS)
 
 install: all
-	install -d $(DESTDIR)$(libdir)/$(PACKAGE)
-	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)
+	install -d $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
+	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
 
 include ../../rules.mk
diff --git a/plugins/freeimage/Makefile b/plugins/freeimage/Makefile
index 83a0cac..719563d 100644
--- a/plugins/freeimage/Makefile
+++ b/plugins/freeimage/Makefile
@@ -16,7 +16,7 @@ $(TARGETS): $(OBJS)
 	@$(CC) -shared $(LDFLAGS) -o $@ $^ $(LIBS)
 
 install: all
-	install -d $(DESTDIR)$(libdir)/$(PACKAGE)
-	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)
+	install -d $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
+	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
 
 include ../../rules.mk
diff --git a/plugins/gd/Makefile b/plugins/gd/Makefile
index 5bc99f8..1fb50b2 100644
--- a/plugins/gd/Makefile
+++ b/plugins/gd/Makefile
@@ -16,7 +16,7 @@ $(TARGETS): $(OBJS)
 	@$(CC) -shared $(LDFLAGS) -o $@ $< $(LIBS)
 
 install: all
-	install -d $(DESTDIR)$(libdir)/$(PACKAGE)
-	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)
+	install -d $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
+	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
 
 include ../../rules.mk
diff --git a/plugins/gif/Makefile b/plugins/gif/Makefile
index 4b903ba..59d10ce 100644
--- a/plugins/gif/Makefile
+++ b/plugins/gif/Makefile
@@ -16,7 +16,7 @@ $(TARGETS): $(OBJS)
 	@$(CC) -shared $(LDFLAGS) -o $@ $^ $(LIBS)
 
 install: all
-	install -d $(DESTDIR)$(libdir)/$(PACKAGE)
-	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)
+	install -d $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
+	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
 
 include ../../rules.mk
diff --git a/plugins/heif/Makefile b/plugins/heif/Makefile
index 8c554d8..ea930ca 100644
--- a/plugins/heif/Makefile
+++ b/plugins/heif/Makefile
@@ -16,7 +16,7 @@ $(TARGETS): $(OBJS)
 	@$(CC) -shared $(LDFLAGS) -o $@ $^ $(LIBS)
 
 install: all
-	install -d $(DESTDIR)$(libdir)/$(PACKAGE)
-	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)
+	install -d $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
+	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
 
 include ../../rules.mk
diff --git a/plugins/icns/Makefile b/plugins/icns/Makefile
index 18dba8f..88520ee 100644
--- a/plugins/icns/Makefile
+++ b/plugins/icns/Makefile
@@ -16,7 +16,7 @@ $(TARGETS): $(OBJS)
 	@$(CC) -shared $(LDFLAGS) -o $@ $^ $(LIBS)
 
 install: all
-	install -d $(DESTDIR)$(libdir)/$(PACKAGE)
-	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)
+	install -d $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
+	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
 
 include ../../rules.mk
diff --git a/plugins/ilbm/Makefile b/plugins/ilbm/Makefile
index da2c0b2..b56befc 100644
--- a/plugins/ilbm/Makefile
+++ b/plugins/ilbm/Makefile
@@ -16,7 +16,7 @@ $(TARGETS): $(OBJS)
 	@$(CC) -shared $(LDFLAGS) -o $@ $^ $(LIBS)
 
 install: all
-	install -d $(DESTDIR)$(libdir)/$(PACKAGE)
-	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)
+	install -d $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
+	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
 
 include ../../rules.mk
diff --git a/plugins/jpeg/Makefile b/plugins/jpeg/Makefile
index 2472fee..d0d4015 100644
--- a/plugins/jpeg/Makefile
+++ b/plugins/jpeg/Makefile
@@ -16,7 +16,7 @@ $(TARGETS): $(OBJS)
 	@$(CC) -shared $(LDFLAGS) -o $@ $^ $(LIBS)
 
 install: all
-	install -d $(DESTDIR)$(libdir)/$(PACKAGE)
-	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)
+	install -d $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
+	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
 
 include ../../rules.mk
diff --git a/plugins/lottie/Makefile b/plugins/lottie/Makefile
index 4116ff7..25c9809 100644
--- a/plugins/lottie/Makefile
+++ b/plugins/lottie/Makefile
@@ -16,7 +16,7 @@ $(TARGETS): $(OBJS)
 	@$(CC) -shared $(LDFLAGS) -o $@ $^ $(LIBS)
 
 install: all
-	install -d $(DESTDIR)$(libdir)/$(PACKAGE)
-	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)
+	install -d $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
+	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
 
 include ../../rules.mk
diff --git a/plugins/magick/Makefile b/plugins/magick/Makefile
index 677dbd7..e0b12ec 100644
--- a/plugins/magick/Makefile
+++ b/plugins/magick/Makefile
@@ -16,7 +16,7 @@ $(TARGETS): $(OBJS)
 	@$(CC) -shared $(LDFLAGS) -o $@ $^ $(LIBS)
 
 install: all
-	install -d $(DESTDIR)$(libdir)/$(PACKAGE)
-	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)
+	install -d $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
+	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
 
 include ../../rules.mk
diff --git a/plugins/misc/Makefile b/plugins/misc/Makefile
index c8744ac..f3d6f57 100644
--- a/plugins/misc/Makefile
+++ b/plugins/misc/Makefile
@@ -108,7 +108,7 @@ $(wad_T): $(wad_O)
 	@$(CC) -shared $(LDFLAGS) -o $@ $^ $(LIBS)
 
 install: all
-	install -d $(DESTDIR)$(libdir)/$(PACKAGE)
-	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)
+	install -d $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
+	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
 
 include ../../rules.mk
diff --git a/plugins/mng/Makefile b/plugins/mng/Makefile
index 9de8ac3..88788b8 100644
--- a/plugins/mng/Makefile
+++ b/plugins/mng/Makefile
@@ -16,7 +16,7 @@ $(TARGETS): $(OBJS)
 	@$(CC) -shared $(LDFLAGS) -o $@ $^ $(LIBS)
 
 install: all
-	install -d $(DESTDIR)$(libdir)/$(PACKAGE)
-	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)
+	install -d $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
+	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
 
 include ../../rules.mk
diff --git a/plugins/mpo/Makefile b/plugins/mpo/Makefile
index d3f8889..e6f6fca 100644
--- a/plugins/mpo/Makefile
+++ b/plugins/mpo/Makefile
@@ -16,7 +16,7 @@ $(TARGETS): $(OBJS)
 	@$(CC) -shared $(LDFLAGS) -o $@ $^ $(LIBS)
 
 install: all
-	install -d $(DESTDIR)$(libdir)/$(PACKAGE)
-	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)
+	install -d $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
+	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
 
 include ../../rules.mk
diff --git a/plugins/netpbm2/Makefile b/plugins/netpbm2/Makefile
index 40ba52f..f987b84 100644
--- a/plugins/netpbm2/Makefile
+++ b/plugins/netpbm2/Makefile
@@ -16,7 +16,7 @@ $(TARGETS): $(OBJS)
 	@$(CC) -shared $(LDFLAGS) -o $@ $^ $(LIBS)
 
 install: all
-	install -d $(DESTDIR)$(libdir)/$(PACKAGE)
-	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)
+	install -d $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
+	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
 
 include ../../rules.mk
diff --git a/plugins/nsbmp/Makefile b/plugins/nsbmp/Makefile
index 06e4b1b..3093293 100644
--- a/plugins/nsbmp/Makefile
+++ b/plugins/nsbmp/Makefile
@@ -16,7 +16,7 @@ $(TARGETS): $(OBJS)
 	@$(CC) -shared $(LDFLAGS) -o $@ $^ $(LIBS)
 
 install: all
-	install -d $(DESTDIR)$(libdir)/$(PACKAGE)
-	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)
+	install -d $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
+	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
 
 include ../../rules.mk
diff --git a/plugins/nsgif/Makefile b/plugins/nsgif/Makefile
index 807c319..95c2ec6 100644
--- a/plugins/nsgif/Makefile
+++ b/plugins/nsgif/Makefile
@@ -16,7 +16,7 @@ $(TARGETS): $(OBJS)
 	@$(CC) -shared $(LDFLAGS) -o $@ $^ $(LIBS)
 
 install: all
-	install -d $(DESTDIR)$(libdir)/$(PACKAGE)
-	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)
+	install -d $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
+	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
 
 include ../../rules.mk
diff --git a/plugins/oiio/Makefile b/plugins/oiio/Makefile
index c440465..ed0574a 100644
--- a/plugins/oiio/Makefile
+++ b/plugins/oiio/Makefile
@@ -17,7 +17,7 @@ $(TARGETS): $(OBJS)
 	@$(CXX) -shared $(LDFLAGS) -o $@ $^ $(LIBS)
 
 install: all
-	install -d $(DESTDIR)$(libdir)/$(PACKAGE)
-	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)
+	install -d $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
+	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
 
 include ../../rules.mk
diff --git a/plugins/openjp2/Makefile b/plugins/openjp2/Makefile
index b3e8467..7aa5684 100644
--- a/plugins/openjp2/Makefile
+++ b/plugins/openjp2/Makefile
@@ -16,7 +16,7 @@ $(TARGETS): $(OBJS)
 	@$(CC) -shared $(LDFLAGS) -o $@ $^ $(LIBS)
 
 install: all
-	install -d $(DESTDIR)$(libdir)/$(PACKAGE)
-	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)
+	install -d $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
+	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
 
 include ../../rules.mk
diff --git a/plugins/pc88/Makefile b/plugins/pc88/Makefile
index fd107ad..0599b21 100644
--- a/plugins/pc88/Makefile
+++ b/plugins/pc88/Makefile
@@ -27,7 +27,7 @@ $(davinci_T): $(davinci_O)
 	@$(CC) -shared $(LDFLAGS) -o $@ $^ $(LIBS)
 
 install: all
-	install -d $(DESTDIR)$(libdir)/$(PACKAGE)
-	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)
+	install -d $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
+	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
 
 include ../../rules.mk
diff --git a/plugins/pdf/Makefile b/plugins/pdf/Makefile
index 53a72fc..2a6fad5 100644
--- a/plugins/pdf/Makefile
+++ b/plugins/pdf/Makefile
@@ -19,7 +19,7 @@ $(TARGETS): $(OBJS)
 	@$(CC) -shared $(LDFLAGS) -o $@ $< $(LIBS)
 
 install: all
-	install -d $(DESTDIR)$(libdir)/$(PACKAGE)
-	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)
+	install -d $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
+	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
 
 include ../../rules.mk
diff --git a/plugins/python/Makefile b/plugins/python/Makefile
index c4835d6..40bf5e8 100644
--- a/plugins/python/Makefile
+++ b/plugins/python/Makefile
@@ -18,7 +18,7 @@ $(TARGETS): $(OBJS)
 	@$(CC) -shared $(LDFLAGS) -o $@ $^ $(LIBS)
 
 install: all
-	install -d $(DESTDIR)$(libdir)/$(PACKAGE)
-	install -m 775 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)
+	install -d $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
+	install -m 775 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
 
 include ../../rules.mk
diff --git a/plugins/qtif/Makefile b/plugins/qtif/Makefile
index 4950b36..3dafa8b 100644
--- a/plugins/qtif/Makefile
+++ b/plugins/qtif/Makefile
@@ -22,7 +22,7 @@ $(TARGETS): $(OBJS)
 	@$(CC) -shared $(LDFLAGS) -o $@ $^ $(LIBS)
 
 install: all
-	install -d $(DESTDIR)$(libdir)/$(PACKAGE)
-	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)
+	install -d $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
+	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
 
 include ../../rules.mk
diff --git a/plugins/raw/Makefile b/plugins/raw/Makefile
index 6a66c72..6d72fc9 100644
--- a/plugins/raw/Makefile
+++ b/plugins/raw/Makefile
@@ -17,7 +17,7 @@ $(TARGETS): $(OBJS)
 	@$(CXX) -shared $(LDFLAGS) -o $@ $^ $(LIBS)
 
 install: all
-	install -d $(DESTDIR)$(libdir)/$(PACKAGE)
-	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)
+	install -d $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
+	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
 
 include ../../rules.mk
diff --git a/plugins/recoil/Makefile b/plugins/recoil/Makefile
index 988c5d5..86cf50d 100644
--- a/plugins/recoil/Makefile
+++ b/plugins/recoil/Makefile
@@ -16,7 +16,7 @@ $(TARGETS): $(OBJS)
 	@$(CC) -shared $(LDFLAGS) -o $@ $^ $(LIBS)
 
 install: all
-	install -d $(DESTDIR)$(libdir)/$(PACKAGE)
-	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)
+	install -d $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
+	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
 
 include ../../rules.mk
diff --git a/plugins/spectre/Makefile b/plugins/spectre/Makefile
index 45cfaa6..1f6aa32 100644
--- a/plugins/spectre/Makefile
+++ b/plugins/spectre/Makefile
@@ -16,7 +16,7 @@ $(TARGETS): $(OBJS)
 	@$(CC) -shared $(LDFLAGS) -o $@ $< $(LIBS)
 
 install: all
-	install -d $(DESTDIR)$(libdir)/$(PACKAGE)
-	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)
+	install -d $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
+	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
 
 include ../../rules.mk
diff --git a/plugins/svg/Makefile b/plugins/svg/Makefile
index cedc89e..4e111ab 100644
--- a/plugins/svg/Makefile
+++ b/plugins/svg/Makefile
@@ -16,7 +16,7 @@ $(TARGETS): $(OBJS)
 	@$(CC) -shared $(LDFLAGS) -o $@ $< $(LIBS)
 
 install: all
-	install -d $(DESTDIR)$(libdir)/$(PACKAGE)
-	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)
+	install -d $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
+	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
 
 include ../../rules.mk
diff --git a/plugins/tctap/Makefile b/plugins/tctap/Makefile
index 5a68ece..f7a390c 100644
--- a/plugins/tctap/Makefile
+++ b/plugins/tctap/Makefile
@@ -16,7 +16,7 @@ $(TARGETS): $(OBJS)
 	@$(CC) -shared $(LDFLAGS) -o $@ $^ $(LIBS)
 
 install: all
-	install -d $(DESTDIR)$(libdir)/$(PACKAGE)
-	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)
+	install -d $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
+	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
 
 include ../../rules.mk
diff --git a/plugins/teletext/Makefile b/plugins/teletext/Makefile
index b6929de..88b45b2 100644
--- a/plugins/teletext/Makefile
+++ b/plugins/teletext/Makefile
@@ -17,7 +17,7 @@ $(TARGETS): $(OBJS)
 	@$(CC) -shared $(LDFLAGS) -o $@ $^ $(LIBS)
 
 install: all
-	install -d $(DESTDIR)$(libdir)/$(PACKAGE)
-	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)
+	install -d $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
+	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
 
 include ../../rules.mk
diff --git a/plugins/tiff/Makefile b/plugins/tiff/Makefile
index f85fc56..5f2ff9d 100644
--- a/plugins/tiff/Makefile
+++ b/plugins/tiff/Makefile
@@ -16,7 +16,7 @@ $(TARGETS): $(OBJS)
 	@$(CC) -shared $(LDFLAGS) -o $@ $^ $(LIBS)
 
 install: all
-	install -d $(DESTDIR)$(libdir)/$(PACKAGE)
-	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)
+	install -d $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
+	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
 
 include ../../rules.mk
diff --git a/plugins/uemf/Makefile b/plugins/uemf/Makefile
index 32980cd..244a110 100644
--- a/plugins/uemf/Makefile
+++ b/plugins/uemf/Makefile
@@ -17,7 +17,7 @@ $(TARGETS): $(OBJS)
 	@$(CC) -shared $(LDFLAGS) -o $@ $^ $(LIBS)
 
 install: all
-	install -d $(DESTDIR)$(libdir)/$(PACKAGE)
-	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)
+	install -d $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
+	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
 
 include ../../rules.mk
diff --git a/plugins/vt340/Makefile b/plugins/vt340/Makefile
index 03398c8..9d7aba6 100644
--- a/plugins/vt340/Makefile
+++ b/plugins/vt340/Makefile
@@ -27,7 +27,7 @@ $(sixel_T): $(sixel_O)
 	@$(CC) -shared $(LDFLAGS) -o $@ $^ $(LIBS)
 
 install: all
-	install -d $(DESTDIR)$(libdir)/$(PACKAGE)
-	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)
+	install -d $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
+	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
 
 include ../../rules.mk
diff --git a/plugins/vtf/Makefile b/plugins/vtf/Makefile
index 0b900be..0c021a8 100644
--- a/plugins/vtf/Makefile
+++ b/plugins/vtf/Makefile
@@ -16,7 +16,7 @@ $(TARGETS): $(OBJS)
 	@$(CC) -shared $(LDFLAGS) -o $@ $^ $(LIBS)
 
 install: all
-	install -d $(DESTDIR)$(libdir)/$(PACKAGE)
-	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)
+	install -d $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
+	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
 
 include ../../rules.mk
diff --git a/plugins/webp/Makefile b/plugins/webp/Makefile
index 007c26e..93f9061 100644
--- a/plugins/webp/Makefile
+++ b/plugins/webp/Makefile
@@ -16,7 +16,7 @@ $(TARGETS): $(OBJS)
 	@$(CC) -shared $(LDFLAGS) -o $@ $^ $(LIBS)
 
 install: all
-	install -d $(DESTDIR)$(libdir)/$(PACKAGE)
-	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)
+	install -d $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
+	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
 
 include ../../rules.mk
diff --git a/plugins/winani/Makefile b/plugins/winani/Makefile
index 041b3a9..7e9b488 100644
--- a/plugins/winani/Makefile
+++ b/plugins/winani/Makefile
@@ -16,7 +16,7 @@ $(TARGETS): $(OBJS)
 	@$(CC) -shared $(LDFLAGS) -o $@ $< $(LIBS)
 
 install: all
-	install -d $(DESTDIR)$(libdir)/$(PACKAGE)
-	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)
+	install -d $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
+	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
 
 include ../../rules.mk
diff --git a/plugins/wmf/Makefile b/plugins/wmf/Makefile
index 13f2bd9..db8d672 100644
--- a/plugins/wmf/Makefile
+++ b/plugins/wmf/Makefile
@@ -16,7 +16,7 @@ $(TARGETS): $(OBJS)
 	@$(CC) -shared $(LDFLAGS) -o $@ $^ $(LIBS)
 
 install: all
-	install -d $(DESTDIR)$(libdir)/$(PACKAGE)
-	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)
+	install -d $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
+	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
 
 include ../../rules.mk
diff --git a/plugins/xcf/Makefile b/plugins/xcf/Makefile
index 097ee1c..f7a7379 100644
--- a/plugins/xcf/Makefile
+++ b/plugins/xcf/Makefile
@@ -16,7 +16,7 @@ $(TARGETS): $(OBJS)
 	@$(CC) -shared $(LDFLAGS) -o $@ $^ $(LIBS)
 
 install: all
-	install -d $(DESTDIR)$(libdir)/$(PACKAGE)
-	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)
+	install -d $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
+	install -m 755 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
 
 include ../../rules.mk
diff --git a/plugins/xml/Makefile b/plugins/xml/Makefile
index 313d849..fbb7c08 100644
--- a/plugins/xml/Makefile
+++ b/plugins/xml/Makefile
@@ -30,7 +30,7 @@ $(svg_T): $(svg_O)
 	@$(CC) -shared $(LDFLAGS) -o $@ $^ $(LIBS)
 
 install: all
-	install -d $(DESTDIR)$(libdir)/$(PACKAGE)
-	install -m 775 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)
+	install -d $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
+	install -m 775 $(TARGETS) $(DESTDIR)$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)
 
 include ../../rules.mk
diff --git a/src/Makefile b/src/Makefile
index 9b55c34..0ab6941 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -3,7 +3,7 @@ include ../autoconf.mk
 SRCDIR = $(TOPSRCDIR)/src
 BLDDIR = $(TOPBLDDIR)/src
 
-CFLAGS+= -fPIC $(cairo_F) -I$(BLDDIR) -DSYSCONFDIR=\"$(sysconfdir)\" -DPLUGINDIR=\"$(libdir)/$(PACKAGE)\" -MMD
+CFLAGS+= -fPIC $(cairo_F) -I$(BLDDIR) -DSYSCONFDIR=\"$(sysconfdir)\" -DPLUGINDIR=\"$(libdir)/$(PACKAGE)-0.$(MINOR_VERSION)\" -MMD
 
 libabydos_L = $(cairo_L) -ldl -lm
 libabydos_O = abydos.o abydos-files.o abydos-util.o priv.o