vdr: fix packages names for updating from 1.6 to 2.x.

This commit is contained in:
Arne Fitzenreiter
2013-04-23 21:25:36 +02:00
parent 514da48192
commit 58ccbbd4f2
9 changed files with 11 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
# Copyright (C) 2007 Michael Tremer & Christian Schmidt #
# 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 #
@@ -33,9 +33,9 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = vdradmin
PAK_VER = 4
PAK_VER = 5
DEPS = "perl-gettext vdr vdr-epgsearch"
DEPS = "perl-gettext vdr vdr_epgsearch"
###############################################################################
# Top-level Rules