wok view jhead/receipt @ rev 20640

Up curl-dev (7.61.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jan 10 22:30:58 2019 +0100 (2019-01-10)
parents
children 575ce05d3ed2
line source
1 # SliTaz package receipt.
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 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.sentex.net/~mwandel/jhead/"
11 WGET_URL="$WEB_SITE$TARBALL"
13 DEPENDS=""
14 BUILD_DEPENDS=""
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 make
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/bin
26 cp -a $src/jhead $fs/usr/bin
27 }