wok annotate telepathy-glib-dev/receipt @ rev 19294

sane-backends, scons, scrot, shell-fm, smake, soundtouch, wireless_tools: fix man or doc path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 06 16:30:34 2016 +0200 (2016-07-06)
parents
children fc9203de5ff2
rev   line source
pascal@17202 1 # SliTaz package receipt.
pascal@17202 2
pascal@17202 3 PACKAGE="telepathy-glib-dev"
pascal@17202 4 VERSION="0.99.11"
pascal@17202 5 CATEGORY="development"
pascal@17202 6 SHORT_DESC="A D-Bus framework for unifying real time communication, development files."
pascal@17202 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@17202 8 LICENSE="LGPL2.1"
pascal@17202 9 WEB_SITE="http://telepathy.freedesktop.org/wiki/"
pascal@17202 10 WANTED="telepathy-glib"
pascal@17202 11
pascal@17202 12 DEPENDS="telepathy-glib"
pascal@17202 13
pascal@17202 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@17202 15 genpkg_rules()
pascal@17202 16 {
pascal@17202 17 mkdir -p $fs/usr/lib
pascal@17202 18 cp -a $install/usr/include $fs/usr
pascal@17202 19 cp -a $install/usr/lib/*a $fs/usr/lib
pascal@17202 20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
pascal@17202 21 }