wok-next annotate exif/receipt @ rev 21121

Up libfilezilla, filezilla, wxhexeditor, libarchive, ntop, pugixml, rapidsvn, serf, xchm
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jan 14 05:10:43 2019 +0200 (2019-01-14)
parents 3460c1bb1b40
children
rev   line source
al@20569 1 # SliTaz package receipt v2.
sygne@2035 2
sygne@2035 3 PACKAGE="exif"
al@20965 4 VERSION="0.6.21"
sygne@2035 5 CATEGORY="graphics"
al@20569 6 SHORT_DESC="Read EXIF data from images"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15588 8 LICENSE="LGPL2.1"
al@20569 9 WEB_SITE="http://libexif.sourceforge.net/"
al@20569 10
sygne@2035 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
sygne@2035 12 WGET_URL="$SF_MIRROR/libexif/$TARBALL"
sygne@2035 13
al@21020 14 BUILD_DEPENDS="gettext-dev libexif-dev popt-dev"
pascal@15588 15
al@20569 16 compile_rules() {
al@20965 17 ./configure $CONFIGURE_ARGS &&
al@20569 18 fix libtool &&
al@20569 19 make &&
al@20965 20 make install
sygne@2035 21 }
sygne@2035 22
al@20569 23 genpkg_rules() {
al@20569 24 copy @std *.mo
al@20569 25 DEPENDS="libexif popt"
sygne@2035 26 }