wok rev 23790

updated youtube-dl (2019.11.05 -> 2020.05.08)
author Hans-G?nter Theisgen
date Fri May 22 07:41:14 2020 +0100 (2020-05-22)
parents d499c84f85cf
children 4a3bea9ac536
files yaws/receipt youtube-dl/receipt
line diff
     1.1 --- a/yaws/receipt	Fri May 22 07:34:27 2020 +0100
     1.2 +++ b/yaws/receipt	Fri May 22 07:41:14 2020 +0100
     1.3 @@ -18,6 +18,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	autoreconf -fi &&
     1.8  	./configure				\
     1.9  		--prefix=/usr			\
    1.10  		--localstatedir=/var		\
     2.1 --- a/youtube-dl/receipt	Fri May 22 07:34:27 2020 +0100
     2.2 +++ b/youtube-dl/receipt	Fri May 22 07:41:14 2020 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="youtube-dl"
     2.7 -VERSION="2019.11.05"
     2.8 +VERSION="2020.05.08"
     2.9  CATEGORY="utilities"
    2.10  SHORT_DESC="Downloads videos from various streaming websites."
    2.11  MAINTAINER="gokhlayeh@slitaz.org"
    2.12 @@ -18,6 +18,7 @@
    2.13  genpkg_rules()
    2.14  {
    2.15  	mkdir -p $fs/usr/bin
    2.16 -	cp $src/$TARBALL $fs/usr/bin/$PACKAGE
    2.17 -	chmod +x $fs/usr/bin/$PACKAGE
    2.18 +
    2.19 +	cp $src/$TARBALL	$fs/usr/bin/$PACKAGE
    2.20 +	chmod +x		$fs/usr/bin/$PACKAGE
    2.21  }