wok-current view eeze/receipt @ rev 17889
Up qemu-* (2.0.2)
| author | Pascal Bellard <pascal.bellard@slitaz.org> | 
|---|---|
| date | Thu Apr 02 17:18:25 2015 +0200 (2015-04-02) | 
| parents | b3af14ed31c2 | 
| children | 86790a278e70 | 
 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="http://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 }