wok-current 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 | 031f91612fb1 |
children | f3fe33e478ad |
files | remmina/receipt telepathy-glib-dev/receipt telepathy-glib/receipt |
line diff
1.1 --- a/remmina/receipt Thu Oct 09 09:52:41 2014 +0200 1.2 +++ b/remmina/receipt Thu Oct 09 10:42:31 2014 +0200 1.3 @@ -16,7 +16,7 @@ 1.4 1.5 DEPENDS="gtk+ libgcrypt libssh vte freerdp" 1.6 BUILD_DEPENDS="gtk+-dev intltool wget cmake libgcrypt-dev libssh-dev vte-dev \ 1.7 -freerdp-dev libvncserver-dev libgnome-keyring-dev gettext" 1.8 +freerdp-dev libvncserver-dev libgnome-keyring-dev gettext telepathy-glib-dev" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules()
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/telepathy-glib-dev/receipt Thu Oct 09 10:42:31 2014 +0200 2.3 @@ -0,0 +1,21 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="telepathy-glib-dev" 2.7 +VERSION="0.99.11" 2.8 +CATEGORY="development" 2.9 +SHORT_DESC="A D-Bus framework for unifying real time communication, development files." 2.10 +MAINTAINER="pascal.bellard@slitaz.org" 2.11 +LICENSE="LGPL2.1" 2.12 +WEB_SITE="http://telepathy.freedesktop.org/wiki/" 2.13 +WANTED="telepathy-glib" 2.14 + 2.15 +DEPENDS="telepathy-glib" 2.16 + 2.17 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.18 +genpkg_rules() 2.19 +{ 2.20 + mkdir -p $fs/usr/lib 2.21 + cp -a $install/usr/include $fs/usr 2.22 + cp -a $install/usr/lib/*a $fs/usr/lib 2.23 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 2.24 +}
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/telepathy-glib/receipt Thu Oct 09 10:42:31 2014 +0200 3.3 @@ -0,0 +1,32 @@ 3.4 +# SliTaz package receipt. 3.5 + 3.6 +PACKAGE="telepathy-glib" 3.7 +VERSION="0.99.11" 3.8 +CATEGORY="network" 3.9 +SHORT_DESC="A D-Bus framework for unifying real time communication." 3.10 +MAINTAINER="pascal.bellard@slitaz.org" 3.11 +LICENSE="LGPL2.1" 3.12 +TARBALL="$PACKAGE-$VERSION.tar.gz" 3.13 +WEB_SITE="http://telepathy.freedesktop.org/wiki/" 3.14 +WGET_URL="http://telepathy.freedesktop.org/releases/$PACKAGE/$TARBALL" 3.15 + 3.16 +DEPENDS="glib gobject-introspection libgio dbusdbus-gliblibffi" 3.17 +BUILD_DEPENDS="glib-dev gobject-introspection-dev libgio-dev \ 3.18 +dbus-dev dbus-glib-dev intltool diffutils libffi" 3.19 + 3.20 +# Rules to configure and make the package. 3.21 +compile_rules() 3.22 +{ 3.23 + ./configure --prefix=/usr \ 3.24 + $CONFIGURE_ARGS && 3.25 + make && 3.26 + make DESTDIR=$DESTDIR install 3.27 +} 3.28 + 3.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 3.30 +genpkg_rules() 3.31 +{ 3.32 + mkdir -p $fs/usr/share $fs/usr/lib 3.33 + cp -a $install/usr/share/g* $fs/usr/share 3.34 + cp -a $install/usr/lib/gir* $fs/usr/lib 3.35 +}