wok annotate efreet/receipt @ rev 15445

Up: efreet (1.7.9)
author Dominique Corbex <domcox@slitaz.org>
date Tue Nov 05 20:57:54 2013 +0100 (2013-11-05)
parents d3e76f1e0aee
children 689fcc83daec
rev   line source
pankso@140 1 # SliTaz package receipt.
pankso@140 2
pankso@9788 3 PACKAGE="efreet"
domcox@15445 4 VERSION="1.7.9"
pankso@9788 5 CATEGORY="base-system"
domcox@14669 6 SHORT_DESC="EFL library for handling of freedesktop.org specs."
pankso@140 7 MAINTAINER="pankso@slitaz.org"
pascal@14994 8 LICENSE="BSD"
pankso@13640 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pankso@140 10 WEB_SITE="http://www.enlightenment.org/"
pankso@9788 11 WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
domcox@14402 12 TAGS="e enlightenment efl"
pankso@9788 13
domcox@14402 14 DEPENDS="ecore"
domcox@14402 15 BUILD_DEPENDS="ecore-dev"
pankso@9788 16
pankso@9788 17 # Rules to configure and make the package.
pankso@9788 18 compile_rules()
pankso@9788 19 {
domcox@14300 20 CFLAGS="$CFLAGS -fvisibility=hidden"
domcox@14300 21 LDFLAGS="$LDFLAGS -fvisibility=hidden"
domcox@14300 22 export LDFLAGS
domcox@14669 23
domcox@14669 24 ./configure --disable-doc $CONFIGURE_ARGS &&
domcox@14669 25 make $MAKEFLAGS && make install
pankso@9788 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
pankso@13640 32 cp -a $install/usr/bin $fs/usr
pankso@13640 33 cp -a $install/usr/share $fs/usr
pankso@13640 34 cp -a $install/usr/lib/*.so* $fs/usr/lib
pankso@13640 35 cp -a $install/usr/lib/efreet $fs/usr/lib
pankso@140 36 }