wok-next view ephoto/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
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 }