54663aa834
Version 0.9.9 * Fix regression in xattr console script * Add -c clear option * Add note about Linux namespace requirement
21 lines
622 B
Makefile
21 lines
622 B
Makefile
# $NetBSD: Makefile,v 1.19 2021/12/11 19:42:40 adam Exp $
|
|
|
|
DISTNAME= xattr-0.9.9
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= sysutils python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=x/xattr/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/xattr/xattr
|
|
COMMENT= Python wrapper for extended filesystem attributes
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-cffi>=1.0.0:../../devel/py-cffi
|
|
DEPENDS+= ${PYPKGPREFIX}-cparser-[0-9]*:../../devel/py-cparser
|
|
|
|
post-install:
|
|
cd ${DESTDIR}${PREFIX}/bin && \
|
|
${MV} xattr xattr-${PYVERSSUFFIX} || ${TRUE}
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|