wok-next view libexif/receipt @ rev 20443

The rest of my "home work" for update many packages (up to Xorg, GTK and Openbox) for Next and mainly for Next64. Since this point this repository is open for commits. Many errors are expected due to harfbuzz-freetype dependency loop...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Feb 24 16:17:33 2018 +0200 (2018-02-24)
parents 9b83ae3e9ce7
children 0ec6086e21d6
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libexif"
4 VERSION="0.6.21"
5 CATEGORY="graphics"
6 SHORT_DESC="Library for easy access to EXIF data"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="http://libexif.sourceforge.net/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/libexif.html"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
15 BUILD_DEPENDS="gettext"
16 SPLIT="libexif-dev"
18 compile_rules() {
19 ./configure \
20 --with-doc-dir=/usr/share/doc/$PACKAGE-$VERSION \
21 --disable-static \
22 $CONFIGURE_ARGS &&
23 make && make install
24 }
26 genpkg_rules() {
27 case $PACKAGE in
28 libexif) copy @std;;
29 *-dev) copy @dev;;
30 esac
31 }