mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 14:40:32 -04:00
providers on their portal channels. This EEPG data is transmitted in a non-standard format on a non-standard PID. Currently the following EEPG formats are supported: -Mediahighway 1 (CanaalDigitaalNL, CSat, Cyfra+) -Mediahighway 2 (Digital+) -Sky Italy -Sky UK -Freesat -Premiere -NagraGuide (CanaalDigitaalNL, only in test) WWW: http://projects.vdr-developer.org/projects/plg-eepg
9 lines
291 B
Text
9 lines
291 B
Text
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -130,3 +130,6 @@ dist: clean
|
|
clean:
|
|
@-rm -f $(OBJS) $(DEPFILE) *.so *.tar.gz core* *~
|
|
# @-rm -f $(PODIR)/*.mo $(PODIR)/*.pot
|
|
+
|
|
+install:
|
|
+ ${INSTALL_PROGRAM} $(LIBDIR)/libvdr-$(PLUGIN).so.$(APIVERSION) $(PREFIX)/lib/vdr/libvdr-$(PLUGIN).so.$(APIVERSION)
|