Mercurial > pidgin.yaz
comparison libpurple/protocols/myspace/release.sh @ 17918:a752e1017fe9
Update for 0.9.
author | Jeffrey Connelly <jaconnel@calpoly.edu> |
---|---|
date | Mon, 02 Jul 2007 04:22:42 +0000 |
parents | c5645d80aedc |
children | ea5258b0f67d |
comparison
equal
deleted
inserted
replaced
17917:e24d44e3b6d2 | 17918:a752e1017fe9 |
---|---|
2 # Created:20070618 | 2 # Created:20070618 |
3 # By Jeff Connelly | 3 # By Jeff Connelly |
4 | 4 |
5 # Package a new msimprpl for release. Must be run with bash. | 5 # Package a new msimprpl for release. Must be run with bash. |
6 | 6 |
7 VERSION=0.8 | 7 VERSION=0.9 |
8 make | 8 make |
9 cd .. | 9 cd .. |
10 # Include 'myspace' directory in archive, so it can easily be unextracted | 10 # Include 'myspace' directory in archive, so it can easily be unextracted |
11 # into ~/pidgin/libpurple/protocols at the correct location. | 11 # into ~/pidgin/libpurple/protocols at the correct location. |
12 # (if this command fails, run it manually). | 12 # (if this command fails, run it manually). |
18 mv ~/pidgin/config.h ~/pidgin/config.h- | 18 mv ~/pidgin/config.h ~/pidgin/config.h- |
19 make -f Makefile.mingw | 19 make -f Makefile.mingw |
20 mv ~/pidgin/config.h- ~/pidgin/config.h | 20 mv ~/pidgin/config.h- ~/pidgin/config.h |
21 cp ~/pidgin/win32-install-dir/plugins/libmyspace.dll . | 21 cp ~/pidgin/win32-install-dir/plugins/libmyspace.dll . |
22 # Zip is more common with Win32 users. Just include a few files in this archive. | 22 # Zip is more common with Win32 users. Just include a few files in this archive. |
23 zip ../msimprpl-$VERSION-win32.zip libmyspace.dll README LICENSE | 23 zip ../msimprpl-$VERSION-win32.zip libmyspace.dll README LICENSE CHANGES |
24 ls -l ../msimprpl-$VERSION* | 24 ls -l ../msimprpl-$VERSION* |