2011-11-26 16:50:27 +01:00
|
|
|
# $NetBSD: Makefile,v 1.3 2011/11/26 15:50:27 dholland Exp $
|
Initial import of elftoolchain-0.5.1 into the packages collection.
A BSD-licensed implementation of compilation tools (nm, ar,
as, ld, etc.) for the ELF object format.
This release contains BSD-licensed implementations of the
"libdwarf" and "libelf" libraries, and of the "addr2line",
"ar", "brandelf", "c++filt", "elfcopy", "elfdump",
"findtextrel", "mcs", "nm", "ranlib", "readelf", "size",
"strings" and "strip" program development utilities. The
release also contains API and utility reference documentation
(300+ manual entries in all), and contains test suites for
some of these released utilities and libraries.
With thanks to jkoshy for all the help.
2011-11-20 07:25:17 +01:00
|
|
|
|
|
|
|
DISTNAME= elftoolchain-0.5.1
|
2011-11-26 16:50:27 +01:00
|
|
|
PKGREVISION= 1
|
Initial import of elftoolchain-0.5.1 into the packages collection.
A BSD-licensed implementation of compilation tools (nm, ar,
as, ld, etc.) for the ELF object format.
This release contains BSD-licensed implementations of the
"libdwarf" and "libelf" libraries, and of the "addr2line",
"ar", "brandelf", "c++filt", "elfcopy", "elfdump",
"findtextrel", "mcs", "nm", "ranlib", "readelf", "size",
"strings" and "strip" program development utilities. The
release also contains API and utility reference documentation
(300+ manual entries in all), and contains test suites for
some of these released utilities and libraries.
With thanks to jkoshy for all the help.
2011-11-20 07:25:17 +01:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=elftoolchain/${DISTNAME}/}
|
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
|
|
|
MAINTAINER= agc@NetBSD.org
|
|
|
|
HOMEPAGE= http://elftoolchain.sourceforge.net/
|
|
|
|
COMMENT= Compilation tools (nm, ar, as, ld, etc.) for the ELF object format
|
|
|
|
LICENSE= modified-bsd
|
|
|
|
|
|
|
|
CONFLICTS= libelf-[0-9]*
|
|
|
|
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
2011-11-25 22:39:07 +01:00
|
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
|
Initial import of elftoolchain-0.5.1 into the packages collection.
A BSD-licensed implementation of compilation tools (nm, ar,
as, ld, etc.) for the ELF object format.
This release contains BSD-licensed implementations of the
"libdwarf" and "libelf" libraries, and of the "addr2line",
"ar", "brandelf", "c++filt", "elfcopy", "elfdump",
"findtextrel", "mcs", "nm", "ranlib", "readelf", "size",
"strings" and "strip" program development utilities. The
release also contains API and utility reference documentation
(300+ manual entries in all), and contains test suites for
some of these released utilities and libraries.
With thanks to jkoshy for all the help.
2011-11-20 07:25:17 +01:00
|
|
|
USE_BSD_MAKEFILE= yes
|
|
|
|
MAKE_ENV+= ${BSD_MAKE_ENV}
|
|
|
|
|
|
|
|
INSTALLATION_DIRS= bin lib
|
|
|
|
INSTALLATION_DIRS+= ${PKGMANDIR}/man1 ${PKGMANDIR}/cat1 ${PKGMANDIR}/html1
|
|
|
|
INSTALLATION_DIRS+= ${PKGMANDIR}/man3 ${PKGMANDIR}/cat3 ${PKGMANDIR}/html3
|
|
|
|
INSTALLATION_DIRS+= ${PKGMANDIR}/man5 ${PKGMANDIR}/cat5 ${PKGMANDIR}/html5
|
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|