wok annotate edbus/receipt @ rev 14671

edbus: Up to 1.7.7
author Dominique Corbex <domcox@slitaz.org>
date Thu Jun 06 22:08:28 2013 +0200 (2013-06-06)
parents 99e876b5b7d3
children 75cba84b278e
rev   line source
pankso@2913 1 # SliTaz package receipt.
pankso@2913 2
pankso@2913 3 PACKAGE="edbus"
domcox@14671 4 VERSION="1.7.7"
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"
pankso@2913 8 SOURCE="e_dbus"
pankso@2913 9 TARBALL="$SOURCE-$VERSION.tar.bz2"
pankso@2913 10 WEB_SITE="http://www.enlightenment.org/"
gokhlayeh@8505 11 WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
domcox@14404 12 TAGS="e enlightenment efl"
pankso@2913 13
domcox@14404 14 DEPENDS="ecore dbus"
domcox@14404 15 BUILD_DEPENDS="ecore-dev dbus-dev"
erjo@9929 16
pankso@2913 17 # Rules to configure and make the package.
pankso@2913 18 compile_rules()
pankso@2913 19 {
domcox@14302 20 CFLAGS="$CFLAGS -fvisibility=hidden"
domcox@14302 21 LDFLAGS="$LDFLAGS -fvisibility=hidden"
domcox@14302 22 export LDFLAGS
domcox@14671 23
domcox@14671 24 ./configure --disable-doc $CONFIGURE_ARGS &&
domcox@14671 25 make $MAKEFILE && make install
pankso@2913 26 }
pankso@2913 27
pankso@2913 28 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@2913 29 genpkg_rules()
pankso@2913 30 {
pankso@2913 31 mkdir -p $fs/usr/lib
pankso@13641 32 cp -a $install/usr/bin $fs/usr
pankso@13641 33 cp -a $install/usr/lib/*.so* $fs/usr/lib
pankso@2913 34 }