libraries/pychm: Updated for version 0.8.4

This commit is contained in:
João Felipe Santos 2010-05-13 00:33:09 +02:00 committed by Robby Workman
parent 4fa55ca12c
commit b8965740e0
3 changed files with 4 additions and 4 deletions

View file

@ -2,5 +2,3 @@ PyCHM is a package that provides bindings for Jed Wing's CHMLIB
library. The chm package contains four modules, namely chm.chm,
chm.chmlib, chm.extra and chm._chmlib. chm.chmlib is a low level
wrapper module around the API provided by the C library chmlib.
PyCHM requires chmlib (available on SlackBuilds.org).

View file

@ -24,7 +24,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
PRGNAM=pychm
PRGNAM=pychm
VERSION=${VERSION:-0.8.4}
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
@ -68,4 +68,4 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View file

@ -2,7 +2,9 @@ PRGNAM="pychm"
VERSION="0.8.4"
HOMEPAGE="http://gnochm.sourceforge.net/pychm.html"
DOWNLOAD="http://downloads.sourceforge.net/gnochm/pychm-0.8.4.tar.gz"
DOWNLOAD_x86_64=""
MD5SUM="ff7f0baf94290c44263a1618e7e6a116"
MD5SUM_x86_64=""
MAINTAINER="João Felipe Santos"
EMAIL="joao.eel[at]gmail.com"
APPROVED="rworkman"