view libpurple/protocols/myspace/release.sh @ 17903:cbda7f26d27d

Add a send_raw function, msim_send_really_raw, into the prpl_info struct, so that third-party plugins can send raw data if they choose.
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Sun, 24 Jun 2007 19:23:41 +0000
parents 04a00333546a
children c5645d80aedc
line wrap: on
line source

#!/bin/sh
# Created:20070618
# By Jeff Connelly

VERSION=0.8
make
cd ..
# Include 'myspace' directory in archive, so it can easily be unextracted
# into ~/pidgin/libpurple/protocols at the correct location.
tar -cf msimprpl-$VERSION.tar myspace/
cd myspace
gzip ../msimprpl-$VERSION.tar

mv ~/pidgin/config.h ~/pidgin/config.h-
make -f Makefile.mingw
mv ~/pidgin/config.h- ~/pidgin/config.h
cp ~/pidgin/win32-install-dir/plugins/libmyspace.dll .
# Zip is more common with Win32 users
zip ../msimprpl-$VERSION-win32.zip libmyspace.dll README LICENSE
ls -l ../msimprpl-$VERSION*