wok-next diff mmv/receipt @ rev 20796

Add descriptions to the GNOME games
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jun 10 16:17:43 2018 +0300 (2018-06-10)
parents a77b556923e9
children d5aab818505e
line diff
     1.1 --- a/mmv/receipt	Fri Feb 26 17:55:33 2016 +0100
     1.2 +++ b/mmv/receipt	Sun Jun 10 16:17:43 2018 +0300
     1.3 @@ -17,9 +17,9 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	wget -O "$SOURCES_REPOSITORY/${PACKAGE}_$VERSION.debian.tar.gz" \
     1.8 +	wget -O "$SRC/${PACKAGE}_$VERSION.debian.tar.gz" \
     1.9  		http://http.debian.net/debian/pool/main/m/mmv/${PACKAGE}_$VERSION.debian.tar.gz
    1.10 -	tar -xzf $SOURCES_REPOSITORY/${PACKAGE}_$VERSION.debian.tar.gz debian/patches/
    1.11 +	tar -xzf $SRC/${PACKAGE}_$VERSION.debian.tar.gz debian/patches/
    1.12  	cat debian/patches/series | while read file; do
    1.13  		patch -p1 < debian/patches/$file
    1.14  	done