e9a8471819
----------------------------- (From README) 0.9 (February 29, 2016): * Lots of new features. Please refer to the Git commit log: https://github.com/NixOS/patchelf/commits/master This release has contributions from Aaron D. Marasco, Adrien Devresse, Alexandre Pretyman, Changli Gao, Chingis Dugarzhapov, darealshinji, David Sveningsson, Eelco Dolstra, Felipe Sateler, Jeremy Sanders, Jonas Kuemmerlin, Thomas Tuegel, Tuomas Tynkkynen, Vincent Danjean and Vladimír Čunát.
16 lines
416 B
Makefile
16 lines
416 B
Makefile
# $NetBSD: Makefile,v 1.2 2016/10/10 00:05:31 mef Exp $
|
|
|
|
DISTNAME= patchelf-0.9
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://releases.nixos.org/patchelf/${PKGNAME_NOREV}/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.ohloh.net/p/patchelf
|
|
COMMENT= Modify the dynamic linker and RPATH of ELF binaries
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= gmake
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|