Import py25-chm-0.8.4 as wip/py-chm.
PyCHM contains a Python package named chm to manipulate CHM archive.It uses the functionality implemented in chmlib.
This commit is contained in:
parent
24845db688
commit
e5e0de1202
4 changed files with 37 additions and 0 deletions
2
py-chm/DESCR
Normal file
2
py-chm/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
PyCHM contains a Python package named chm to manipulate CHM
|
||||
archive.It uses the functionality implemented in chmlib.
|
20
py-chm/Makefile
Normal file
20
py-chm/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2009/03/23 22:19:57 jihbed Exp $
|
||||
#
|
||||
|
||||
DISTNAME= pychm-0.8.4
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
|
||||
CATEGORIES= misc python
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnochm/}
|
||||
|
||||
MAINTAINER= kamel.derouiche@gmail.com
|
||||
HOMEPAGE= http://gnochm.sourceforge.net/
|
||||
COMMENT= Bindings for CHMLIB library
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
PY_PATCHPLIST= yes
|
||||
PYDISTUTILSPKG= yes
|
||||
|
||||
.include "../../devel/chmlib/buildlink3.mk"
|
||||
.include "../../lang/python/extension.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
10
py-chm/PLIST
Normal file
10
py-chm/PLIST
Normal file
|
@ -0,0 +1,10 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2009/03/23 22:19:57 jihbed Exp $
|
||||
${PYSITELIB}/chm/__init__.pyc
|
||||
${PYSITELIB}/chm/__init__.pyo
|
||||
${PYSITELIB}/chm/_chmlib.so
|
||||
${PYSITELIB}/chm/chm.pyc
|
||||
${PYSITELIB}/chm/chm.pyo
|
||||
${PYSITELIB}/chm/chmlib.pyc
|
||||
${PYSITELIB}/chm/chmlib.pyo
|
||||
${PYSITELIB}/chm/extra.so
|
||||
@dirrm ${PYSITELIB}/chm
|
5
py-chm/distinfo
Normal file
5
py-chm/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2009/03/23 22:19:57 jihbed Exp $
|
||||
|
||||
SHA1 (pychm-0.8.4.tar.gz) = 73104f4a351dc1450a16f07680d772817b05442d
|
||||
RMD160 (pychm-0.8.4.tar.gz) = 0d7e5bc293b856fc0ac8f76acc7d18e63447c6f7
|
||||
Size (pychm-0.8.4.tar.gz) = 28803 bytes
|
Loading…
Reference in a new issue