1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/vdr-iptv/pkg_vdr_post.conf
3 # Copyright (C) 2008 - 2021 The T2 SDE Project
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
8 # This program is free software; you can redistribute it and/or modify
9 # it under the terms of the GNU General Public License as published by
10 # the Free Software Foundation; version 2 of the License. A copy of the
11 # GNU General Public License can be found in the file COPYING.
12 # --- T2-COPYRIGHT-NOTE-END ---
14 pkg_vdriptv_source=`match_source_file -p vdr-iptv vdr-iptv`
17 tar $taropt $pkg_vdriptv_source
18 local patchfile=$( echo iptv-*/patches/vdr-1.7.* )
19 var_append patchfiles ' ' "$patchfile"
22 pkg_vdriptv_ver=${pkg_vdriptv_source##*vdr-iptv-}
23 pkg_vdriptv_ver=${pkg_vdriptv_ver%%.tbz2}
25 echo_status "Including IPTV ($pkg_vdriptv_ver) patch"
26 hook_add prepatch 1 vdriptv_prepatch