wok annotate telepathy-glib/receipt @ rev 17202

Add telepathy-glib
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 09 10:42:31 2014 +0200 (2014-10-09)
parents
children f3fe33e478ad
rev   line source
pascal@17202 1 # SliTaz package receipt.
pascal@17202 2
pascal@17202 3 PACKAGE="telepathy-glib"
pascal@17202 4 VERSION="0.99.11"
pascal@17202 5 CATEGORY="network"
pascal@17202 6 SHORT_DESC="A D-Bus framework for unifying real time communication."
pascal@17202 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@17202 8 LICENSE="LGPL2.1"
pascal@17202 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@17202 10 WEB_SITE="http://telepathy.freedesktop.org/wiki/"
pascal@17202 11 WGET_URL="http://telepathy.freedesktop.org/releases/$PACKAGE/$TARBALL"
pascal@17202 12
pascal@17202 13 DEPENDS="glib gobject-introspection libgio dbusdbus-gliblibffi"
pascal@17202 14 BUILD_DEPENDS="glib-dev gobject-introspection-dev libgio-dev \
pascal@17202 15 dbus-dev dbus-glib-dev intltool diffutils libffi"
pascal@17202 16
pascal@17202 17 # Rules to configure and make the package.
pascal@17202 18 compile_rules()
pascal@17202 19 {
pascal@17202 20 ./configure --prefix=/usr \
pascal@17202 21 $CONFIGURE_ARGS &&
pascal@17202 22 make &&
pascal@17202 23 make DESTDIR=$DESTDIR install
pascal@17202 24 }
pascal@17202 25
pascal@17202 26 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@17202 27 genpkg_rules()
pascal@17202 28 {
pascal@17202 29 mkdir -p $fs/usr/share $fs/usr/lib
pascal@17202 30 cp -a $install/usr/share/g* $fs/usr/share
pascal@17202 31 cp -a $install/usr/lib/gir* $fs/usr/lib
pascal@17202 32 }