
Receipt for package "telepathy-glib"
# SliTaz package receipt. PACKAGE="telepathy-glib" VERSION="0.99.11" CATEGORY="network" SHORT_DESC="A D-Bus framework for unifying real time communication." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="https://telepathy.freedesktop.org/wiki/" WGET_URL="https://telepathy.freedesktop.org/releases/$PACKAGE/$TARBALL" DEPENDS="glib gobject-introspection libgio dbus dbus-glib libffi" BUILD_DEPENDS="glib-dev gobject-introspection-dev libgio-dev \ dbus-dev dbus-glib-dev intltool diffutils libffi libxslt gtk-doc" # What is the latest version available today? current_version() { wget -O - ${WGET_URL%/*}/ 2>/dev/null | \ sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|" | sort -Vr | sed q } # Rules to configure and make the package. compile_rules() { ./configure --prefix=/usr \ $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share $fs/usr/lib cp -a $install/usr/share/gir* $fs/usr/share cp -a $install/usr/share/glib* $fs/usr/share cp -a $install/usr/lib/*.so* $fs/usr/lib cp -a $install/usr/lib/gir* $fs/usr/lib }
6088 packages and 256128 files in current database (Wed Mar 5 09:18:31 2025)