a9072eb9e4
Library to read and edit files in the following formats: Executable and Linking Format (ELF), Portable Executable (PE), MachO and OAT (Android Runtime). Originally packaged in pkgsrc-wip by myself.
18 lines
507 B
Makefile
18 lines
507 B
Makefile
# $NetBSD: Makefile,v 1.1 2016/06/13 02:07:35 kamil Exp $
|
|
|
|
DISTNAME= filebytes-0.9.10
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=sashs/}
|
|
GITHUB_PROJECT= filebytes
|
|
GITHUB_TAG= v${PKGVERSION_NOREV}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/sashs/filebytes/
|
|
COMMENT= Library to read and edit ELF, PE, MachO and OAT files
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|