wok annotate eina/receipt @ rev 14565

eina: update SHORT_DESC
author Dominique Corbex <domcox@slitaz.org>
date Thu May 23 19:48:55 2013 +0200 (2013-05-23)
parents fdd740b3c8ab
children f5316e64fdf8
rev   line source
pankso@2916 1 # SliTaz package receipt.
pankso@2916 2
pankso@2916 3 PACKAGE="eina"
domcox@14563 4 VERSION="1.7.7"
gokhlayeh@8505 5 CATEGORY="base-system"
domcox@14565 6 SHORT_DESC="EFL Core data structure library."
pankso@2916 7 MAINTAINER="pankso@slitaz.org"
pankso@2916 8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pankso@2916 9 WEB_SITE="http://www.enlightenment.org/"
gokhlayeh@8505 10 WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
domcox@14386 11 TAGS="e enlightenment efl"
pankso@2916 12
pankso@9786 13 DEPENDS=""
pankso@10596 14 BUILD_DEPENDS=""
pankso@9786 15
pankso@2916 16 # Rules to configure and make the package.
pankso@2916 17 compile_rules()
pankso@2916 18 {
domcox@14286 19 CFLAGS="$CFLAGS -fvisibility=hidden"
domcox@14286 20 LDFLAGS="$LDFLAGS -fvisibility=hidden"
domcox@14286 21 export LDFLAGS
domcox@14563 22
domcox@14563 23 ./configure --enable-amalgamation $CONFIGURE_ARGS && \
domcox@14563 24 make $MAKEFLAGS && make install
pankso@2916 25 }
pankso@2916 26
pankso@2916 27 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@2916 28 genpkg_rules()
pankso@2916 29 {
gokhlayeh@8505 30 mkdir -p $fs/usr/lib
pankso@13633 31 cp -a $install/usr/lib/*.so* $fs/usr/lib
pankso@2916 32 }