wok-next annotate jhead/receipt @ rev 20844

Add amiwm, tklauncher (thanks Pasquale Frega), tcl2c.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jun 22 20:40:27 2018 +0300 (2018-06-22)
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 }