wok view jhead/receipt @ rev 22060

created package get-uae
author Hans-G?nter Theisgen
date Thu Oct 24 16:03:15 2019 +0100 (2019-10-24)
parents f90c581724ba
children b71eda8885bc
line source
1 # SliTaz package receipt.
3 PACKAGE="jhead"
4 VERSION="3.03"
5 CATEGORY="graphics"
6 SHORT_DESC="Exif Jpeg header manipulation tool."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="PublicDomain"
9 WEB_SITE="http://www.sentex.net/~mwandel/jhead/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$WEB_SITE$TARBALL"
14 DEPENDS=""
15 BUILD_DEPENDS=""
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 make
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/bin
27 cp -a $src/jhead $fs/usr/bin
28 }