wok view jhead/receipt @ rev 19214

Up tzdata(2016e)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jun 14 23:10:20 2016 +0300 (2016-06-14)
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 }