wok annotate jhead/receipt @ rev 21460

syslinux/iso2exe/init: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Apr 30 12:41:40 2019 +0200 (2019-04-30)
parents f90c581724ba
children b71eda8885bc
rev   line source
pascal@16775 1 # SliTaz package receipt.
pascal@16775 2
pascal@16775 3 PACKAGE="jhead"
Hans-G?nter@21082 4 VERSION="3.03"
pascal@16775 5 CATEGORY="graphics"
Hans-G?nter@21082 6 SHORT_DESC="Exif Jpeg header manipulation tool."
pascal@16775 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@16775 8 LICENSE="PublicDomain"
Hans-G?nter@21082 9 WEB_SITE="http://www.sentex.net/~mwandel/jhead/"
Hans-G?nter@21082 10
pascal@16775 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@16775 12 WGET_URL="$WEB_SITE$TARBALL"
pascal@16775 13
pascal@16775 14 DEPENDS=""
pascal@16775 15 BUILD_DEPENDS=""
pascal@16775 16
pascal@16775 17 # Rules to configure and make the package.
pascal@16775 18 compile_rules()
pascal@16775 19 {
pascal@16775 20 make
pascal@16775 21 }
pascal@16775 22
pascal@16775 23 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@16775 24 genpkg_rules()
pascal@16775 25 {
pascal@16775 26 mkdir -p $fs/usr/bin
pascal@16775 27 cp -a $src/jhead $fs/usr/bin
pascal@16775 28 }