wok-next annotate jhead/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents f90c581724ba
children
rev   line source
al@20473 1 # SliTaz package receipt v2.
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"
al@20473 9 WEB_SITE="http://www.sentex.net/~mwandel/jhead/"
al@20473 10
pascal@16775 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@16775 12 WGET_URL="$WEB_SITE$TARBALL"
pascal@16775 13
al@20473 14 compile_rules() {
al@20473 15 make &&
al@20473 16 install -Dm755 $src/jhead $install/usr/bin/jhead
pascal@16775 17 }
pascal@16775 18
al@20473 19 genpkg_rules() {
al@20473 20 copy @std
pascal@16775 21 }