chromium-pepper-flash: fixing download

This commit is contained in:
Enno Boland 2014-12-13 18:33:42 +01:00
parent 4396228abe
commit de77ad088f
2 changed files with 7 additions and 7 deletions

View File

@ -0,0 +1 @@
see http://www.google.com/chrome/intl/en/eula_text.html

View File

@ -18,19 +18,18 @@ create_wrksrc=yes
case "${XBPS_TARGET_MACHINE}" in
x86_64)
_filename=google-chrome-${_channel}_${_chromeVersion}_amd64.deb
_chromeChecksum+=" 8f5c0a5a4f602272fee1774c54525ab673e3c5d77d4fb7fdc9637acd7fd343a0"
_chromeChecksum="8f5c0a5a4f602272fee1774c54525ab673e3c5d77d4fb7fdc9637acd7fd343a0"
;;
i686)
_filename=google-chrome-${_channel}_${_chromeVersion}_i386.deb
_chromeChecksum+=" 3164b563a5520707ddbab06312015254aab54bdf0b54d0e82dc5ca6f0bb506da"
_chromeChecksum="3164b563a5520707ddbab06312015254aab54bdf0b54d0e82dc5ca6f0bb506da"
;;
esac
_chromeUrl="${_baseUrl}/${_filename}"
distfiles="http://www.google.com/chrome/intl/en/eula_text.html>license.html ${_chromeUrl}"
checksum="8dd9b0034b69d523eab459ee3b00379421e4e41b780014b0345aba5697a86bc4
$_chromeChecksum"
distfiles="${_chromeUrl}"
checksum="${_chromeChecksum}"
skip_extraction="license.html $_filename"
skip_extraction="$_filename"
do_build() {
sed \
@ -46,7 +45,7 @@ do_install() {
vmkdir "usr/lib/chromium-pepper-flash"
vcopy chromium-pepper-vars.sh "usr/lib/chromium-pepper-flash"
vinstall "${XBPS_SRCDISTDIR}/$pkgname-$version/license.html" 644 "usr/share/licenses/chromium-pepper-flash"
vinstall "${FILESDIR}/LICENSE" 644 "usr/share/licenses/chromium-pepper-flash"
vmkdir "etc/profile.d"
vinstall "chromium-pepper-flash.sh" 644 "etc/profile.d"