wok view eeze/receipt @ rev 22082

updated unshield (0.5 -> 1.4.3)
author Hans-G?nter Theisgen
date Wed Oct 30 16:09:36 2019 +0100 (2019-10-30)
parents 689fcc83daec
children b01314c762e9
line source
1 # SliTaz package receipt.
3 PACKAGE="eeze"
4 VERSION="1.7.10"
5 CATEGORY="x-window"
6 SHORT_DESC="EFL Device abstraction library."
7 MAINTAINER="pankso@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 LICENSE="BSD"
10 WEB_SITE="https://www.enlightenment.org/"
11 WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
12 TAGS="e enlightenment efl"
13 HOST_ARCH="i486 arm"
15 DEPENDS="ecore udev"
16 BUILD_DEPENDS="ecore-dev udev-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 CFLAGS="$CFLAGS -fvisibility=hidden"
22 LDFLAGS="$LDFLAGS -fvisibility=hidden"
23 export LDFLAGS
25 ./configure --disable-doc $CONFIGURE_ARGS &&
26 make $MAKEFILE && make install
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 mkdir -p $fs/usr/lib
33 cp -a $install/usr/lib/*.so* $fs/usr/lib
34 }