* convert PYDISTUTILPKG to regist egg-info.
Bump PKGREVISION.
This commit is contained in:
parent
1e1d68e633
commit
aae3e3f813
2 changed files with 7 additions and 4 deletions
|
@ -1,18 +1,20 @@
|
|||
# $NetBSD: Makefile,v 1.6 2008/06/12 02:14:28 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2011/10/15 12:17:26 obache Exp $
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
.include "../../devel/fann-devel/Makefile.common"
|
||||
PKGNAME= ${PYPKGPREFIX}-fann-${FANNVERSION}.${FANNDATE}
|
||||
PKGREVISION= 1
|
||||
|
||||
COMMENT= Fast Artificial Neural Network python interface
|
||||
|
||||
USE_LANGUAGES= c c++
|
||||
|
||||
PYDISTUTILSPKG= YES
|
||||
PYSETUPSUBDIR= python
|
||||
|
||||
EGG_NAME= pyfann-2.0.0
|
||||
|
||||
.include "../../devel/fann-devel/buildlink3.mk"
|
||||
.include "../../devel/swig/buildlink3.mk"
|
||||
.include "../../lang/python/extension.mk"
|
||||
.include "../../lang/python/distutils.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
@comment $NetBSD: PLIST,v 1.4 2009/06/14 17:49:05 joerg Exp $
|
||||
@comment $NetBSD: PLIST,v 1.5 2011/10/15 12:17:26 obache Exp $
|
||||
${PLIST.eggfile}${PYSITELIB}/${EGG_FILE}
|
||||
${PYSITELIB}/pyfann/__init__.py
|
||||
${PYSITELIB}/pyfann/__init__.pyc
|
||||
${PYSITELIB}/pyfann/__init__.pyo
|
||||
|
|
Loading…
Reference in a new issue