# HG changeset patch # User Pascal Bellard # Date 1403391523 -7200 # Node ID f90c581724ba17f76f2dfa73f37a6267e5591e70 # Parent 7893304f16669336b77ca6f3dda9e510e8676a8a Add jhead diff -r 7893304f1666 -r f90c581724ba jhead/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/jhead/receipt Sun Jun 22 00:58:43 2014 +0200 @@ -0,0 +1,27 @@ +# SliTaz package receipt. + +PACKAGE="jhead" +VERSION="2.97" +CATEGORY="graphics" +SHORT_DESC="Exif Jpeg header manipulation tool" +MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="PublicDomain" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://www.sentex.net/~mwandel/jhead/" +WGET_URL="$WEB_SITE$TARBALL" + +DEPENDS="" +BUILD_DEPENDS="" + +# Rules to configure and make the package. +compile_rules() +{ + make +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/bin + cp -a $src/jhead $fs/usr/bin +}