wok-next annotate efl/receipt @ rev 21119

libarchive: depends on libzstd
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jan 14 03:39:08 2019 +0200 (2019-01-14)
parents 6f5739796e82
children 3b9704b6200d
rev   line source
al@20386 1 # SliTaz package receipt v2.
pascal@15721 2
pascal@15721 3 PACKAGE="efl"
al@20972 4 VERSION="1.21.1"
pascal@15721 5 CATEGORY="base-system"
al@20638 6 SHORT_DESC="Enlightenment Foundation Libraries"
al@21020 7 MAINTAINER="devel@slitaz.org"
al@20638 8 LICENSE="BSD GPL2 LGPL2 zlib/libpng"
al@20638 9 WEB_SITE="https://www.enlightenment.org/"
al@20386 10
al@20638 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@20638 12 WGET_URL="https://download.enlightenment.org/rel/libs/$PACKAGE/$TARBALL"
pascal@15721 13
al@21020 14 BUILD_DEPENDS="gettext-dev openssl-dev libunwind-dev libjpeg-turbo-dev \
al@20638 15 gstreamer1-dev luajit-dev freetype-dev fontconfig-dev fribidi-dev \
al@21078 16 libx11-dev libxext-dev libxrender-dev mesa-dev giflib-dev \
al@20638 17 tiff-dev libwebp-dev poppler-dev libspectre-dev libraw-dev librsvg-dev \
al@21078 18 eudev-dev dbus-dev pulseaudio-dev libxcursor-dev libxcomposite-dev \
al@21078 19 libxinerama-dev libxrandr-dev libxscrnsaver-dev bullet-dev \
al@21078 20 gst1-plugins-base-dev libsndfile-dev libxtst-dev"
al@21020 21 SPLIT="$PACKAGE-dev"
pascal@15721 22
al@20386 23 compile_rules() {
al@20569 24 ./configure \
pascal@15721 25 --disable-doc \
al@20638 26 --disable-systemd \
al@20638 27 --enable-harfbuzz \
al@20638 28 --enable-image-loader-webp \
al@20638 29 --enable-xinput22 \
al@20638 30 --enable-multisense \
al@20638 31 --enable-cancel-ok \
pascal@15721 32 $CONFIGURE_ARGS &&
al@20569 33 fix libtool &&
al@20386 34 make &&
al@20638 35 make install
pascal@15721 36 }
pascal@15721 37
al@20386 38 genpkg_rules() {
al@20386 39 case $PACKAGE in
al@20386 40 efl)
al@20386 41 copy @std
al@21105 42 DEPENDS="bullet libcairo dbus eudev fontconfig freetype fribidi \
al@20638 43 giflib glib gst1-plugins-base gstreamer1 libharfbuzz libjpeg-turbo \
al@21078 44 libpng libraw librsvg libspectre libunwind libwebp luajit mesa \
al@21098 45 openssl libpoppler python libtiff util-linux-mount libx11 \
al@21078 46 libxscrnsaver libxcomposite libxcursor \
al@21078 47 libxdamage libxext libxfixes libxi \
al@21078 48 libxinerama libxrandr libxrender libxtst zlib"
al@20386 49 TAGS="e enlightenment efl"
al@20386 50 ;;
al@20386 51 efl-dev)
al@20386 52 copy @dev
al@20638 53 DEPENDS="shared-mime-info efl bullet-dev dbus-dev eudev-dev \
al@20638 54 fontconfig-dev freetype-dev fribidi-dev glib-dev harfbuzz-dev \
al@21078 55 libjpeg-turbo-dev libpng-dev luajit-dev openssl-dev \
al@21078 56 util-linux-mount-dev libx11-dev libxscrnsaver-dev \
al@21078 57 libxcomposite-dev libxcursor-dev libxdamage-dev \
al@21078 58 libxext-dev libxfixes-dev libxi-dev \
al@21078 59 libxinerama-dev libxrandr-dev libxrender-dev \
al@21078 60 libxtst-dev libxcb-dev zlib-dev"
al@20386 61 ;;
al@20386 62 esac
pascal@15721 63 }