wok-next view libexif/receipt @ rev 21050

gparted: implement SliTaz graphical "su" in a right way
Note, it isn't in *.desktop file anymore (as for gparted-0.32.0), it is inside /usr/bin/gparted script!
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Nov 28 12:35:25 2018 +0200 (2018-11-28)
parents f48456621a9d
children 33293021c26d
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="devel@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="http://libexif.sourceforge.net/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/libexif.html"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
15 BUILD_DEPENDS="gettext-dev"
16 SPLIT="$PACKAGE-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 }