wok-next view geeqie/receipt @ rev 21338

OpenSSL 1.0.2t -> 1.0.2u: overflow bug CVE-2019-1551
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Dec 21 08:55:46 2019 +0000 (2019-12-21)
parents f78210db36f0
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="geeqie"
4 VERSION="1.5.1"
5 CATEGORY="utilities"
6 SHORT_DESC="A lightweight image browser and viewer"
7 MAINTAINER="devl547@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.geeqie.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="http://www.geeqie.org/$TARBALL"
14 BUILD_DEPENDS="automake exiv2-dev gettext-dev gtk2-dev intltool lcms2-dev \
15 libjpeg-turbo-dev lua51 tiff-dev"
17 compile_rules()
18 {
19 ./autogen.sh \
20 $CONFIGURE_ARGS &&
21 make &&
22 make install
23 }
25 genpkg_rules()
26 {
27 copy @std
28 DEPENDS="atk fontconfig freetype gdk-pixbuf glib gtk2 libcairo \
29 libjpeg-turbo liblcms2 pango libtiff"
30 }