wok annotate 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
rev   line source
pascal@16775 1 # SliTaz package receipt.
pascal@16775 2
pascal@16775 3 PACKAGE="jhead"
pascal@16775 4 VERSION="2.97"
pascal@16775 5 CATEGORY="graphics"
pascal@16775 6 SHORT_DESC="Exif Jpeg header manipulation tool"
pascal@16775 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@16775 8 LICENSE="PublicDomain"
pascal@16775 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@16775 10 WEB_SITE="http://www.sentex.net/~mwandel/jhead/"
pascal@16775 11 WGET_URL="$WEB_SITE$TARBALL"
pascal@16775 12
pascal@16775 13 DEPENDS=""
pascal@16775 14 BUILD_DEPENDS=""
pascal@16775 15
pascal@16775 16 # Rules to configure and make the package.
pascal@16775 17 compile_rules()
pascal@16775 18 {
pascal@16775 19 make
pascal@16775 20 }
pascal@16775 21
pascal@16775 22 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@16775 23 genpkg_rules()
pascal@16775 24 {
pascal@16775 25 mkdir -p $fs/usr/bin
pascal@16775 26 cp -a $src/jhead $fs/usr/bin
pascal@16775 27 }