Import py26-djvulibre-0.1.18 as wip/py-djvulibre.
Python bindings for the DjVulibre library.
This commit is contained in:
parent
65fc84b1ad
commit
58a8124fcc
5 changed files with 57 additions and 0 deletions
1
py-djvulibre/DESCR
Normal file
1
py-djvulibre/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Python bindings for the DjVulibre library.
|
26
py-djvulibre/Makefile
Normal file
26
py-djvulibre/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2010/07/31 08:08:46 ryo-on Exp $
|
||||
#
|
||||
DISTNAME= python-djvulibre-0.1.18
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//}
|
||||
CATEGORIES= graphics textproc
|
||||
MASTER_SITES= http://pypi.python.org/packages/source/p/python-djvulibre/
|
||||
|
||||
MAINTAINER= ryo_on@yk.rim.or.jp
|
||||
HOMEPAGE= http://jwilk.net/software/python-djvulibre
|
||||
COMMENT= Python bindings for the DjVuLibre library
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
USE_TOOLS+= pkg-config
|
||||
|
||||
USE_LANGUAGES= c
|
||||
|
||||
PYTHON_VERSIONS_ACCEPTED= 26 25
|
||||
PYDISTUTILSPKG= yes
|
||||
|
||||
.include "../../lang/python/extension.mk"
|
||||
.include "../../devel/py-cython/buildlink3.mk"
|
||||
.include "../../graphics/djvulibre-lib/buildlink3.mk"
|
||||
.include "../../graphics/jpeg/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
9
py-djvulibre/PLIST
Normal file
9
py-djvulibre/PLIST
Normal file
|
@ -0,0 +1,9 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2010/07/31 08:08:46 ryo-on Exp $
|
||||
${PYSITELIB}/djvu/__init__.py
|
||||
${PYSITELIB}/djvu/__init__.pyc
|
||||
${PYSITELIB}/djvu/__init__.pyo
|
||||
${PYSITELIB}/djvu/const.py
|
||||
${PYSITELIB}/djvu/const.pyc
|
||||
${PYSITELIB}/djvu/const.pyo
|
||||
${PYSITELIB}/djvu/decode.so
|
||||
${PYSITELIB}/djvu/sexpr.so
|
16
py-djvulibre/buildlink3.mk
Normal file
16
py-djvulibre/buildlink3.mk
Normal file
|
@ -0,0 +1,16 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.1.1.1 2010/07/31 08:08:46 ryo-on Exp $
|
||||
|
||||
BUILDLINK_TREE+= py-djvulibre
|
||||
|
||||
.if !defined(PY_DJVULIBRE_BUILDLINK3_MK)
|
||||
PY_DJVULIBRE_BUILDLINK3_MK:=
|
||||
|
||||
. include "../../lang/python/pyversion.mk"
|
||||
|
||||
BUILDLINK_API_DEPENDS.py-djvulibre+= ${PYPKGPREFIX}-djvulibre>=0.1.17
|
||||
BUILDLINK_PKGSRCDIR.py-djvulibre?= ../../local/py-djvulibre
|
||||
|
||||
.include "../../graphics/djvulibre-lib/buildlink3.mk"
|
||||
.endif # PY_DJVULIBRE_BUILDLINK3_MK
|
||||
|
||||
BUILDLINK_TREE+= -py-djvulibre
|
5
py-djvulibre/distinfo
Normal file
5
py-djvulibre/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2010/07/31 08:08:46 ryo-on Exp $
|
||||
|
||||
SHA1 (python-djvulibre-0.1.18.tar.gz) = 0afeb878b87478ea0d9a615ce1196b77ce4a2eee
|
||||
RMD160 (python-djvulibre-0.1.18.tar.gz) = 9400efc6e8d24c07de6b8ff131c525134c68f7aa
|
||||
Size (python-djvulibre-0.1.18.tar.gz) = 114944 bytes
|
Loading…
Reference in a new issue