wok-next annotate efreet/receipt @ rev 14678
emotion-dev: Up to 1.7.7
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Thu Jun 06 22:08:47 2013 +0200 (2013-06-06) |
parents | ea6d65e23c65 |
children | e10a14426f60 |
rev | line source |
---|---|
pankso@140 | 1 # SliTaz package receipt. |
pankso@140 | 2 |
pankso@9788 | 3 PACKAGE="efreet" |
domcox@14669 | 4 VERSION="1.7.7" |
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" |
pankso@13640 | 8 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pankso@140 | 9 WEB_SITE="http://www.enlightenment.org/" |
pankso@9788 | 10 WGET_URL="http://download.enlightenment.org/releases/$TARBALL" |
domcox@14402 | 11 TAGS="e enlightenment efl" |
pankso@9788 | 12 |
domcox@14402 | 13 DEPENDS="ecore" |
domcox@14402 | 14 BUILD_DEPENDS="ecore-dev" |
pankso@9788 | 15 |
pankso@9788 | 16 # Rules to configure and make the package. |
pankso@9788 | 17 compile_rules() |
pankso@9788 | 18 { |
domcox@14300 | 19 CFLAGS="$CFLAGS -fvisibility=hidden" |
domcox@14300 | 20 LDFLAGS="$LDFLAGS -fvisibility=hidden" |
domcox@14300 | 21 export LDFLAGS |
domcox@14669 | 22 |
domcox@14669 | 23 ./configure --disable-doc $CONFIGURE_ARGS && |
domcox@14669 | 24 make $MAKEFLAGS && make install |
pankso@9788 | 25 } |
pankso@140 | 26 |
pankso@140 | 27 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@140 | 28 genpkg_rules() |
pankso@140 | 29 { |
pankso@140 | 30 mkdir -p $fs/usr/lib |
pankso@13640 | 31 cp -a $install/usr/bin $fs/usr |
pankso@13640 | 32 cp -a $install/usr/share $fs/usr |
pankso@13640 | 33 cp -a $install/usr/lib/*.so* $fs/usr/lib |
pankso@13640 | 34 cp -a $install/usr/lib/efreet $fs/usr/lib |
pankso@140 | 35 } |