wok-next annotate ephoto/receipt @ rev 21271

up openssl10: 1.0.2o to 1.0.2t -> soon EOL
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Dec 07 12:21:21 2019 +0000 (2019-12-07)
parents 4682873d09ff
children
rev   line source
al@20638 1 # SliTaz package receipt v2.
al@20638 2
al@20638 3 PACKAGE="ephoto"
al@20638 4 VERSION="1.5"
al@20638 5 CATEGORY="graphics"
al@20638 6 SHORT_DESC="Enlightenment image viewer"
al@20638 7 MAINTAINER="al.bobylev@gmail.com"
al@20638 8 LICENSE="BSD"
al@20638 9 WEB_SITE="https://www.enlightenment.org/"
al@20638 10
al@20638 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@20638 12 WGET_URL="https://download.enlightenment.org/rel/apps/ephoto/$TARBALL"
al@20638 13
al@21020 14 BUILD_DEPENDS="automake gettext-dev libtool efl-dev curl-dev check-dev"
al@20638 15
al@20638 16 COOKOPTS="skip-log-errors"
al@20638 17
al@20638 18 compile_rules(){
al@20638 19 ./autogen.sh \
al@20638 20 $CONFIGURE_ARGS &&
al@20638 21 make &&
al@20638 22 make install
al@20638 23 }
al@20638 24
al@20638 25 genpkg_rules(){
al@20638 26 copy @std
al@20638 27 DEPENDS="efl"
al@20638 28 TAGS="e enlightenment graphics"
al@20638 29 }