wok-next view jhead/receipt @ rev 21153

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 31 16:45:41 2019 +0200 (2019-01-31)
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 }