wok-next diff youtube-dl/receipt @ rev 11390
Update BUILD_DEPENDS of slitaz-18n according co CORE_PKGS; ensure thoses are cooked before slitaz-18n
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sat Dec 10 05:08:01 2011 +0100 (2011-12-10) |
parents | 73b472a0423d |
children | 44841c3b5e55 |
line diff
1.1 --- a/youtube-dl/receipt Wed May 25 06:00:18 2011 +0000 1.2 +++ b/youtube-dl/receipt Sat Dec 10 05:08:01 2011 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="youtube-dl" 1.7 -VERSION="2011.03.29" 1.8 +VERSION="2011.10.19" 1.9 CATEGORY="utilities" 1.10 SHORT_DESC="Downloads videos from various streaming websites." 1.11 MAINTAINER="gokhlayeh@slitaz.org" 1.12 @@ -12,17 +12,10 @@ 1.13 DEPENDS="python" 1.14 BUILD_DEPENDS="wget" 1.15 1.16 -# Rules to configure and make the package. 1.17 -compile_rules() 1.18 -{ 1.19 - mkdir -p $DESTDIR/usr/bin 1.20 - cp -a $src/* $DESTDIR/usr/bin 1.21 -} 1.22 - 1.23 # Rules to gen a SliTaz package suitable for Tazpkg. 1.24 genpkg_rules() 1.25 { 1.26 - mkdir -p $fs 1.27 - cp -a $_pkg/* $fs 1.28 + mkdir -p $fs/usr/bin 1.29 + cp -a $src/* $fs/usr/bin 1.30 chmod +x $fs/usr/bin/$PACKAGE 1.31 }