wok-6.x diff elfkickers/receipt @ rev 18770
Add sundown
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Dec 31 14:51:53 2015 +0200 (2015-12-31) |
parents | 57ab5e597f30 |
children | 7ebadfdd02af |
line diff
1.1 --- a/elfkickers/receipt Mon Nov 07 08:32:39 2011 +0300 1.2 +++ b/elfkickers/receipt Thu Dec 31 14:51:53 2015 +0200 1.3 @@ -6,6 +6,7 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="Misc ELF linker format tools." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 TARBALL="$SOURCE-$VERSION.tar.gz" 1.9 WEB_SITE="http://www.muppetlabs.com/~breadbox/software/elfkickers.html" 1.10 WGET_URL="http://www.muppetlabs.com/~breadbox/pub/software//$TARBALL" 1.11 @@ -27,6 +28,6 @@ 1.12 # Rules to gen a SliTaz package suitable for Tazpkg. 1.13 genpkg_rules() 1.14 { 1.15 - cp -a $_pkg/* $fs 1.16 + cp -a $install/* $fs 1.17 } 1.18