mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Revision 3 of make-3.82:
* remove comment that no longer applies to how we do "install"s * insert description from homepage * add cmd:sed as build_req
This commit is contained in:
@@ -1,17 +1,23 @@
|
||||
SUMMARY="Standard tool to compile source trees"
|
||||
DESCRIPTION="Standard tool to compile source trees."
|
||||
DESCRIPTION="Make is a tool which controls the generation of executables and
|
||||
other non-source files of a program from the program's source files.
|
||||
|
||||
Make gets its knowledge of how to build your program from a file called
|
||||
the makefile, which lists each of the non-source files and how to compute
|
||||
it from other files. When you write a program, you should write a makefile
|
||||
for it, so that it is possible to use Make to build and install the
|
||||
program."
|
||||
HOMEPAGE="http://www.gnu.org/software/make/"
|
||||
SRC_URI="http://ftp.gnu.org/pub/gnu/make/make-3.82.tar.bz2"
|
||||
CHECKSUM_MD5="1a11100f3c63fcf5753818e59d63088f"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
ARCHITECTURES="x86_gcc2 ?x86"
|
||||
# make-3.82 has problems/incompatibilities when doing 'make install DESTDIR'
|
||||
# on other packages (e.g. perl)
|
||||
|
||||
PROVIDES="make = $portVersion compat >= 3.82
|
||||
cmd:make = $portVersion compat >= 3.82"
|
||||
REQUIRES="haiku >= $haikuVersion"
|
||||
BUILD_REQUIRES="cmd:libtoolize"
|
||||
BUILD_REQUIRES="cmd:libtoolize
|
||||
cmd:sed"
|
||||
BUILD_PREREQUIRES="haiku-devel >= $haikuVersion
|
||||
cmd:gcc
|
||||
cmd:ld"
|
||||
|
||||
Reference in New Issue
Block a user