wok annotate edbus/receipt @ rev 10689

ufr2: old version dont work so up and clean-up receipt
author Christophe Lincoln <pankso@slitaz.org>
date Fri May 27 21:15:10 2011 +0200 (2011-05-27)
parents 66e1e63387d7
children 9565b45dddde
rev   line source
pankso@2913 1 # SliTaz package receipt.
pankso@2913 2
pankso@2913 3 PACKAGE="edbus"
pankso@10500 4 VERSION="1.0.1"
pankso@2913 5 CATEGORY="x-window"
gokhlayeh@8505 6 SHORT_DESC="Enlightenment's (Ecore) integration to DBus"
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"
pankso@2913 12
pankso@10621 13 DEPENDS="eina eet ecore evas dbus"
pankso@10621 14 BUILD_DEPENDS="eina-dev eet-dev ecore-dev evas-dev dbus-dev"
erjo@9929 15
pankso@2913 16 # Rules to configure and make the package.
pankso@2913 17 compile_rules()
pankso@2913 18 {
pankso@2913 19 cd $src
slaxemulator@10314 20 ./configure $CONFIGURE_ARGS &&
slaxemulator@10314 21 make && make install
pankso@2913 22 }
pankso@2913 23
pankso@2913 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@2913 25 genpkg_rules()
pankso@2913 26 {
pankso@2913 27 mkdir -p $fs/usr/lib
pankso@2913 28 cp -a $_pkg/usr/bin $fs/usr
pankso@2913 29 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
pankso@2913 30 }