pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/pidgin-icb Import chat/pidgin-icb version 20070505.
details: https://anonhg.NetBSD.org/pkgsrc/rev/24f09e33dad5
branches: trunk
changeset: 531980:24f09e33dad5
user: tnn <tnn%pkgsrc.org@localhost>
date: Thu Aug 09 15:02:21 2007 +0000
description:
Import chat/pidgin-icb version 20070505.
This is an ICB protocol plugin for the Pidgin instant messenger.
diffstat:
chat/pidgin-icb/DESCR | 1 +
chat/pidgin-icb/Makefile | 38 ++++++++++++++++++++++++++++++++++++++
chat/pidgin-icb/PLIST | 5 +++++
chat/pidgin-icb/distinfo | 5 +++++
4 files changed, 49 insertions(+), 0 deletions(-)
diffs (65 lines):
diff -r 8e7904af741d -r 24f09e33dad5 chat/pidgin-icb/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/pidgin-icb/DESCR Thu Aug 09 15:02:21 2007 +0000
@@ -0,0 +1,1 @@
+This is an ICB protocol plugin for the Pidgin instant messenger.
diff -r 8e7904af741d -r 24f09e33dad5 chat/pidgin-icb/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/pidgin-icb/Makefile Thu Aug 09 15:02:21 2007 +0000
@@ -0,0 +1,38 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/08/09 15:02:21 tnn Exp $
+
+DISTNAME= pidgin-icb-20070505
+CATEGORIES= chat
+MASTER_SITES= http://nic.com.pl/~alek/gaim-icb/
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://nic.com.pl/~alek/gaim-icb/
+COMMENT= ICB protocol plugin for the Pidgin instant messenger
+
+USE_TOOLS+= pkg-config
+
+USE_LIBTOOL= yes
+NO_CONFIGURE= yes
+PKG_DESTDIR_SUPPORT= user-destdir
+
+CFLAGS+= `pkg-config pidgin --cflags`
+LDFLAGS+= -module -avoid-version -rpath ${PIDGIN_PLUGIN_DIR} \
+ `pkg-config pidgin --libs`
+
+PIDGIN_PLUGIN_DIR= ${DESTDIR}${PREFIX}/lib/purple-2
+PIDGIN_PIXMAPS_DIR= ${DESTDIR}${PREFIX}/share/pixmaps/pidgin/protocols
+
+do-build:
+ cd ${WRKSRC} && ${LIBTOOL} --mode=compile ${COMPILE.c} -I. icb.c
+ cd ${WRKSRC} && ${LIBTOOL} --mode=link ${LINK.c} -o libicb.la icb.lo
+
+do-install:
+ ${INSTALL_LIB_DIR} ${PIDGIN_PLUGIN_DIR}
+ cd ${WRKSRC} && ${LIBTOOL} --mode=install ${INSTALL_LIB} libicb.la \
+ ${PIDGIN_PLUGIN_DIR}
+ for i in 16 22 48; do cd ${WRKSRC} && \
+ ${INSTALL_DATA_DIR} ${PIDGIN_PIXMAPS_DIR}/$$i && \
+ ${INSTALL_DATA} icb_$$i.png ${PIDGIN_PIXMAPS_DIR}/$$i/icb.png; done
+
+.include "../../chat/pidgin/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 8e7904af741d -r 24f09e33dad5 chat/pidgin-icb/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/pidgin-icb/PLIST Thu Aug 09 15:02:21 2007 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/08/09 15:02:21 tnn Exp $
+lib/purple-2/libicb.la
+share/pixmaps/pidgin/protocols/16/icb.png
+share/pixmaps/pidgin/protocols/22/icb.png
+share/pixmaps/pidgin/protocols/48/icb.png
diff -r 8e7904af741d -r 24f09e33dad5 chat/pidgin-icb/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/pidgin-icb/distinfo Thu Aug 09 15:02:21 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/08/09 15:02:21 tnn Exp $
+
+SHA1 (pidgin-icb-20070505.tar.gz) = ff9311d60e8693263fcdb41177adf1698d3f07da
+RMD160 (pidgin-icb-20070505.tar.gz) = 1878a2a23d27929306b382381d1ba51601586882
+Size (pidgin-icb-20070505.tar.gz) = 17885 bytes
Home |
Main Index |
Thread Index |
Old Index