wok view libelementary/receipt @ rev 20641

Add SSL support to retawq (needed by man to browse linux.die.net)
author Lucas Levrel <llevrel@yahoo.fr>
date Fri Jan 11 09:19:11 2019 +0100 (2019-01-11)
parents 689fcc83daec
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libelementary"
4 VERSION="1.7.10"
5 CATEGORY="development"
6 SHORT_DESC="Elementary library."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="LGPL2.1"
9 WANTED="elementary"
10 WEB_SITE="https://www.enlightenment.org/"
11 HOST_ARCH="i486 arm"
13 DEPENDS="xorg-libXp xorg-libXss jpeg fribidi fontconfig edbus efreet \
14 glib eina"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/lib
20 cp -a $install/usr/lib/libelementary*so* $fs/usr/lib
21 }