wok-next view 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 source
1 # SliTaz package receipt v2.
3 PACKAGE="jhead"
4 VERSION="2.97"
5 CATEGORY="graphics"
6 SHORT_DESC="Exif Jpeg header manipulation tool"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="PublicDomain"
9 WEB_SITE="http://www.sentex.net/~mwandel/jhead/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$WEB_SITE$TARBALL"
14 compile_rules() {
15 make &&
16 install -Dm755 $src/jhead $install/usr/bin/jhead
17 }
19 genpkg_rules() {
20 copy @std
21 }