]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - lfs/vdr-epgsearch
vdr: change vdrplugin version back to 2.0.0.
[people/teissler/ipfire-2.x.git] / lfs / vdr-epgsearch
index 4d147fae8184d80cf1462146d4834f5cc2f3cc01..d1f3a44f213548ceaa88da68523a68b7ac28a016 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2012  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2013  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -36,7 +36,7 @@ PAK_VER    = 1
 
 DEPS       = "vdr"
 
 
 DEPS       = "vdr"
 
-VDR_VER    = 2.0.1
+VDRPLUGVER = 2.0.0
 
 ###############################################################################
 # Top-level Rules
 
 ###############################################################################
 # Top-level Rules
@@ -85,13 +85,13 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
                LOCALEDIR=$$(pwd)/locale all
 
        cd $(DIR_APP) && install -m 755 libvdr-conflictcheckonly.so \
                LOCALEDIR=$$(pwd)/locale all
 
        cd $(DIR_APP) && install -m 755 libvdr-conflictcheckonly.so \
-               /usr/lib/vdr/libvdr-conflictcheckonly.so.$(VDR_VER)
+               /usr/lib/vdr/libvdr-conflictcheckonly.so.$(VDRPLUGVER)
        cd $(DIR_APP) && install -m 755 libvdr-epgsearchonly.so \
        cd $(DIR_APP) && install -m 755 libvdr-epgsearchonly.so \
-               /usr/lib/vdr/libvdr-epgsearchonly.so.$(VDR_VER)
+               /usr/lib/vdr/libvdr-epgsearchonly.so.$(VDRPLUGVER)
        cd $(DIR_APP) && install -m 755 libvdr-epgsearch.so \
        cd $(DIR_APP) && install -m 755 libvdr-epgsearch.so \
-               /usr/lib/vdr/libvdr-epgsearch.so.$(VDR_VER)
+               /usr/lib/vdr/libvdr-epgsearch.so.$(VDRPLUGVER)
        cd $(DIR_APP) && install -m 755 libvdr-quickepgsearch.so \
        cd $(DIR_APP) && install -m 755 libvdr-quickepgsearch.so \
-               /usr/lib/vdr/libvdr-quickepgsearch.so.$(VDR_VER)
+               /usr/lib/vdr/libvdr-quickepgsearch.so.$(VDRPLUGVER)
 
        install -m 644 \
                $(DIR_SRC)/config/vdr/plugins.d/epgsearch.conf \
 
        install -m 644 \
                $(DIR_SRC)/config/vdr/plugins.d/epgsearch.conf \