wok-next diff 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
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/ephoto/receipt	Thu Sep 06 04:28:48 2018 +0300
     1.3 @@ -0,0 +1,29 @@
     1.4 +# SliTaz package receipt v2.
     1.5 +
     1.6 +PACKAGE="ephoto"
     1.7 +VERSION="1.5"
     1.8 +CATEGORY="graphics"
     1.9 +SHORT_DESC="Enlightenment image viewer"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="BSD"
    1.12 +WEB_SITE="https://www.enlightenment.org/"
    1.13 +
    1.14 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.15 +WGET_URL="https://download.enlightenment.org/rel/apps/ephoto/$TARBALL"
    1.16 +
    1.17 +BUILD_DEPENDS="automake gettext libtool efl-dev curl-dev check-dev"
    1.18 +
    1.19 +COOKOPTS="skip-log-errors"
    1.20 +
    1.21 +compile_rules(){
    1.22 +	./autogen.sh \
    1.23 +		$CONFIGURE_ARGS &&
    1.24 +	make &&
    1.25 +	make install
    1.26 +}
    1.27 +
    1.28 +genpkg_rules(){
    1.29 +	copy @std
    1.30 +	DEPENDS="efl"
    1.31 +	TAGS="e enlightenment graphics"
    1.32 +}