diff options
Diffstat (limited to 'network/yturl/yturl.SlackBuild')
-rw-r--r-- | network/yturl/yturl.SlackBuild | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/network/yturl/yturl.SlackBuild b/network/yturl/yturl.SlackBuild index 094347bb3f..bda92f3ac9 100644 --- a/network/yturl/yturl.SlackBuild +++ b/network/yturl/yturl.SlackBuild @@ -6,22 +6,24 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. -# 20140316 bkw: -# Updated to 1.16 release, use tar.gz instead of zip file. From now on -# I'll track the releases instead of just grabbing current git... unless -# youtube API changes break the release and upstream takes a long time to -# make a new release. +# 20170302 bkw: use long-format github URL -# 20150120 bkw: upgrade to 1.17.0. The old download URL was broken, -# wonder how long for? -# Use "python setup.py" since upstream has started requiring it. -# Get rid of unused SLKCFLAGS and LIBDIRSUFFIX variables. +# 20160727 bkw: upgrade to 2.0.1. # 20150910 bkw: upgrade to 1.20.0. # ARCH=noarch, there's no object code in the package. # Add DESCRIPTION section to man page. -# 20160727 bkw: upgrade to 2.0.1. +# 20150120 bkw: upgrade to 1.17.0. The old download URL was broken, +# wonder how long for? +# Use "python setup.py" since upstream has started requiring it. +# Get rid of unused SLKCFLAGS and LIBDIRSUFFIX variables. + +# 20140316 bkw: +# Updated to 1.16 release, use tar.gz instead of zip file. From now on +# I'll track the releases instead of just grabbing current git... unless +# youtube API changes break the release and upstream takes a long time to +# make a new release. PRGNAM=yturl VERSION=${VERSION:-2.0.1} @@ -41,7 +43,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$VERSION.tar.gz || tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ |