wok-next annotate ephoto/receipt @ rev 20958

Random updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Sep 06 04:28:48 2018 +0300 (2018-09-06)
parents
children d5aab818505e
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@20638 14 BUILD_DEPENDS="automake gettext 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 }