wok annotate ecore/receipt @ rev 15416

Up: thunderbird-langpack-en_US (17.0.9esr)
author Dominique Corbex <domcox@slitaz.org>
date Sun Nov 03 21:52:37 2013 +0100 (2013-11-03)
parents 0c68e2ad8193
children 6c35e81ce06e
rev   line source
pankso@140 1 # SliTaz package receipt.
pankso@140 2
pankso@140 3 PACKAGE="ecore"
domcox@14935 4 VERSION="1.7.8"
gokhlayeh@8505 5 CATEGORY="base-system"
domcox@14663 6 SHORT_DESC="EFL core event and OS abstraction layer"
pankso@140 7 MAINTAINER="pankso@slitaz.org"
pascal@14994 8 LICENSE="BSD"
pankso@140 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pankso@140 10 WEB_SITE="http://www.enlightenment.org/"
gokhlayeh@8505 11 WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
domcox@14395 12 TAGS="e enlightenment efl"
pankso@140 13
domcox@14395 14 DEPENDS="evas libcurl"
domcox@14663 15 BUILD_DEPENDS="evas-dev curl-dev"
pankso@9786 16
pankso@140 17 # Rules to configure and make the package.
pankso@140 18 compile_rules()
pankso@140 19 {
domcox@14292 20 CFLAGS="$CFLAGS -fvisibility=hidden"
domcox@14292 21 LDFLAGS="$LDFLAGS -fvisibility=hidden"
domcox@14292 22 export LDFLAGS
domcox@14663 23
domcox@14663 24 ./configure -disable-doc $CONFIGURE_ARGS &&
domcox@14663 25 make $MAKEFLAGS && make install
pankso@140 26 }
pankso@140 27
pankso@140 28 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@140 29 genpkg_rules()
pankso@140 30 {
pankso@140 31 mkdir -p $fs/usr/lib
pascal@14994 32 cp -a $install/usr/bin $fs/usr
pascal@14994 33 cp -a $install/usr/lib/*.so* $fs/usr/lib
pankso@140 34 }