wok annotate edbus/receipt @ rev 16044

Packages f-k: update .desktop files for pt lang
author Claudinei Pereira <claudinei@slitaz.org>
date Sun Mar 09 15:48:27 2014 +0000 (2014-03-09)
parents d3e76f1e0aee
children 689fcc83daec
rev   line source
pankso@2913 1 # SliTaz package receipt.
pankso@2913 2
pankso@2913 3 PACKAGE="edbus"
domcox@15447 4 VERSION="1.7.9"
pankso@2913 5 CATEGORY="x-window"
domcox@14671 6 SHORT_DESC="EFL Dbus wrapping and glue layer library. "
pankso@2913 7 MAINTAINER="pankso@slitaz.org"
pascal@14994 8 LICENSE="BSD"
pankso@2913 9 SOURCE="e_dbus"
pankso@2913 10 TARBALL="$SOURCE-$VERSION.tar.bz2"
pankso@2913 11 WEB_SITE="http://www.enlightenment.org/"
gokhlayeh@8505 12 WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
domcox@14404 13 TAGS="e enlightenment efl"
pankso@2913 14
domcox@14404 15 DEPENDS="ecore dbus"
domcox@14404 16 BUILD_DEPENDS="ecore-dev dbus-dev"
erjo@9929 17
pankso@2913 18 # Rules to configure and make the package.
pankso@2913 19 compile_rules()
pankso@2913 20 {
domcox@14302 21 CFLAGS="$CFLAGS -fvisibility=hidden"
domcox@14302 22 LDFLAGS="$LDFLAGS -fvisibility=hidden"
domcox@14302 23 export LDFLAGS
domcox@14671 24
domcox@14671 25 ./configure --disable-doc $CONFIGURE_ARGS &&
domcox@14671 26 make $MAKEFILE && make install
pankso@2913 27 }
pankso@2913 28
pankso@2913 29 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@2913 30 genpkg_rules()
pankso@2913 31 {
pankso@2913 32 mkdir -p $fs/usr/lib
pankso@13641 33 cp -a $install/usr/bin $fs/usr
pankso@13641 34 cp -a $install/usr/lib/*.so* $fs/usr/lib
pankso@2913 35 }