wok-next diff jhead/receipt @ rev 21727
created recipe for vbindiff
author | Hans-G?nter Theisgen |
---|---|
date | Sat Nov 21 14:32:44 2020 +0100 (2020-11-21) |
parents | f90c581724ba |
children |
line diff
1.1 --- a/jhead/receipt Sun Jun 22 00:58:43 2014 +0200 1.2 +++ b/jhead/receipt Sat Nov 21 14:32:44 2020 +0100 1.3 @@ -1,4 +1,4 @@ 1.4 -# SliTaz package receipt. 1.5 +# SliTaz package receipt v2. 1.6 1.7 PACKAGE="jhead" 1.8 VERSION="2.97" 1.9 @@ -6,22 +6,16 @@ 1.10 SHORT_DESC="Exif Jpeg header manipulation tool" 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="PublicDomain" 1.13 +WEB_SITE="http://www.sentex.net/~mwandel/jhead/" 1.14 + 1.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 -WEB_SITE="http://www.sentex.net/~mwandel/jhead/" 1.17 WGET_URL="$WEB_SITE$TARBALL" 1.18 1.19 -DEPENDS="" 1.20 -BUILD_DEPENDS="" 1.21 - 1.22 -# Rules to configure and make the package. 1.23 -compile_rules() 1.24 -{ 1.25 - make 1.26 +compile_rules() { 1.27 + make && 1.28 + install -Dm755 $src/jhead $install/usr/bin/jhead 1.29 } 1.30 1.31 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.32 -genpkg_rules() 1.33 -{ 1.34 - mkdir -p $fs/usr/bin 1.35 - cp -a $src/jhead $fs/usr/bin 1.36 +genpkg_rules() { 1.37 + copy @std 1.38 }