wok-current diff mmv/receipt @ rev 18995

Add: PeaZip 6.0.0 Env:GTK2 - (peazip.org).
author Leonardo Laporte <hackdorte@sapo.pt>
date Sat Mar 19 01:26:01 2016 -0300 (2016-03-19)
parents 76d0acbe919d
children b78e79c31b1f
line diff
     1.1 --- a/mmv/receipt	Mon Jan 18 21:43:09 2016 +0100
     1.2 +++ b/mmv/receipt	Sat Mar 19 01:26:01 2016 -0300
     1.3 @@ -9,6 +9,7 @@
     1.4  WEB_SITE="https://packages.debian.org/sid/mmv"
     1.5  TARBALL="${PACKAGE}_${VERSION%-*}.orig.tar.gz"
     1.6  WGET_URL="http://http.debian.net/debian/pool/main/m/mmv/$TARBALL"
     1.7 +EXTRA_SOURCE_FILES="${PACKAGE}_$VERSION.debian.tar.gz"
     1.8  
     1.9  DEPENDS=""
    1.10  BUILD_DEPENDS=""
    1.11 @@ -16,8 +17,9 @@
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()
    1.14  {
    1.15 -	wget http://http.debian.net/debian/pool/main/m/mmv/${PACKAGE}_$VERSION.debian.tar.gz
    1.16 -	tar -xzf ${PACKAGE}_$VERSION.debian.tar.gz debian/patches/
    1.17 +	wget -O "$SOURCES_REPOSITORY/${PACKAGE}_$VERSION.debian.tar.gz" \
    1.18 +		http://http.debian.net/debian/pool/main/m/mmv/${PACKAGE}_$VERSION.debian.tar.gz
    1.19 +	tar -xzf $SOURCES_REPOSITORY/${PACKAGE}_$VERSION.debian.tar.gz debian/patches/
    1.20  	cat debian/patches/series | while read file; do
    1.21  		patch -p1 < debian/patches/$file
    1.22  	done