wok-6.x annotate jhead/receipt @ rev 18965
podofo: set FREETYPE_INCLUDE_DIR
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Mar 10 19:10:25 2016 +0100 (2016-03-10) |
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 } |