wok-next diff tesseract-ocr-lang/receipt @ rev 20775

quodlibet: remove non-existent package from bdeps
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jun 06 20:44:57 2018 +0300 (2018-06-06)
parents 7bb84764ea8c
children cd7906120828
line diff
     1.1 --- a/tesseract-ocr-lang/receipt	Sun Oct 22 14:43:25 2017 +0200
     1.2 +++ b/tesseract-ocr-lang/receipt	Wed Jun 06 20:44:57 2018 +0300
     1.3 @@ -34,9 +34,9 @@
     1.4  		EXTRA_SOURCE_FILES="$TARBALL"
     1.5  		WGET_URL="http://tesseract-ocr.googlecode.com/files/$TARBALL"
     1.6  		DEPENDS="tesseract-ocr"
     1.7 -		[ -s $SOURCES_REPOSITORY/$TARBALL ] ||
     1.8 -			wget -P $SOURCES_REPOSITORY $WGET_URL
     1.9 -		tar xzf $SOURCES_REPOSITORY/$TARBALL -C $fs/usr/share/
    1.10 +		[ -s $SRC/$TARBALL ] ||
    1.11 +			wget -P $SRC $WGET_URL
    1.12 +		tar xzf $SRC/$TARBALL -C $fs/usr/share/
    1.13  		while read lang text; do
    1.14  			[ $lang == ${PACKAGE#*lang-} ] || continue
    1.15  			CAT="office|$text language data for Tesseract OCR."