wok-next view libexif/receipt @ rev 20845

Add neofetch, tcl2c-fork; build two versions of tklauncher (using tcl2c and tcl2c-fork) with different warnings
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 23 09:45:42 2018 +0300 (2018-06-23)
parents 0e7893ac206d
children f48456621a9d
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 fix libtool &&
24 make &&
25 make install
26 }
28 genpkg_rules() {
29 case $PACKAGE in
30 libexif) copy @std;;
31 *-dev) copy @dev;;
32 esac
33 }