5581238996
of ELF executables. It is used by the Nix Packages collection (nixpkgs).
16 lines
413 B
Makefile
16 lines
413 B
Makefile
# $NetBSD: Makefile,v 1.1 2014/07/22 07:52:49 manu Exp $
|
|
|
|
DISTNAME= patchelf-0.8
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://releases.nixos.org/patchelf/patchelf-0.8/
|
|
|
|
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"
|