diff options
author | B Stack <bgstack15@gmail.com> | 2019-05-19 01:43:07 +0000 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2019-05-19 01:43:07 +0000 |
commit | 73370e2c9be8ca062157c3b384656b6af1acb3f4 (patch) | |
tree | a8066948d12aa6ba923d69d7f2aa51ff91583940 /irfanview/debian/README.Debian | |
parent | Merge branch 'scite-bump' into 'master' (diff) | |
parent | irfanview 4.53 rpm... (diff) | |
download | stackrpms-73370e2c9be8ca062157c3b384656b6af1acb3f4.tar.gz stackrpms-73370e2c9be8ca062157c3b384656b6af1acb3f4.tar.bz2 stackrpms-73370e2c9be8ca062157c3b384656b6af1acb3f4.zip |
Merge branch 'irfanview-rpm' into 'master'
irfanview 4.53
Closes #6
See merge request bgstack15/stackrpms!60
Diffstat (limited to 'irfanview/debian/README.Debian')
-rw-r--r-- | irfanview/debian/README.Debian | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/irfanview/debian/README.Debian b/irfanview/debian/README.Debian index bcba7ce..04853e4 100644 --- a/irfanview/debian/README.Debian +++ b/irfanview/debian/README.Debian @@ -1,5 +1,22 @@ irfanview for Devuan -No customizations beyond what was necessary to build the dpkg. +To retrieve the source files, you can use: +wget --referer='http://www.irfanview.info/files/iview453.zip' --user-agent='Mozilla (X11)' http://irfanview.info/files/iview453.zip - -- B Stack <bgstack15@gmail.com> Thu, 07 Feb 2019 14:33:49 -0500 +To build the irfanview_4.53.orig.tar.gz, you have to take all four source zip files: +* iview453.zip +* iview453_x64.zip +* iview453_plugins.zip +* iview453_plugins_x64.zip + +And extract them like so: +iver=453 +dir_iver="$( echo "${iver}" | head -c1 ).$( echo "${iver}" | tail -c3 )" +mkdir -p "irfanview-${dir_iver}" ; cd "irfanview-${dir_iver}" +mkdir -p irfanview-bin32 irfanview-bin64 +cd irfanview-bin32 ; unzip ../../iview${iver}.zip ; cd Plugins ; unzip ../../../iview${iver}_plugins.zip ; cd ../.. +cd irfanview-bin64 ; unzip ../../iview${iver}_x64.zip ; cd Plugins ; unzip ../../../iview${iver}_plugins_x64.zip ; cd ../.. +cd .. +tar -zcf "irfanview_${dir_iver}.orig.tar.gz" "irfanview-${dir_iver}" + + -- B Stack <bgstack15@gmail.com> Thu, 17 May 2019 22:40:20 -0500 |