wok-next view ephoto/receipt @ rev 21331
updated libvips (7.42.3 -> 8.8.4)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Dec 12 17:17:36 2019 +0100 (2019-12-12) |
parents | 4682873d09ff |
children |
line source
1 # SliTaz package receipt v2.
3 PACKAGE="ephoto"
4 VERSION="1.5"
5 CATEGORY="graphics"
6 SHORT_DESC="Enlightenment image viewer"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="BSD"
9 WEB_SITE="https://www.enlightenment.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="https://download.enlightenment.org/rel/apps/ephoto/$TARBALL"
14 BUILD_DEPENDS="automake gettext-dev libtool efl-dev curl-dev check-dev"
16 COOKOPTS="skip-log-errors"
18 compile_rules(){
19 ./autogen.sh \
20 $CONFIGURE_ARGS &&
21 make &&
22 make install
23 }
25 genpkg_rules(){
26 copy @std
27 DEPENDS="efl"
28 TAGS="e enlightenment graphics"
29 }