mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
makedepend, bump version, remove old bep file (#1337)
This commit is contained in:
committed by
waddlesplash
parent
fe7e7f184a
commit
4cf5cffb08
43
x11-misc/makedepend/makedepend-1.0.5.recipe
Normal file
43
x11-misc/makedepend/makedepend-1.0.5.recipe
Normal file
@@ -0,0 +1,43 @@
|
||||
SUMMARY="Create dependencies in makefiles"
|
||||
DESCRIPTION="create dependencies in makefiles"
|
||||
HOMEPAGE="http://xorg.freedesktop.org/releases/individual/util/"
|
||||
COPYRIGHT="1993, 1994, 1998 The Open Group
|
||||
1992 Network Computing Devices, Inc."
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://xorg.freedesktop.org/releases/individual/util/makedepend-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="f7a80575f3724ac3d9b19eaeab802892ece7e4b0061dd6425b4b789353e25425"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
makedepend = $portVersion
|
||||
cmd:makedepend
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:util_macros
|
||||
devel:xproto
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:aclocal
|
||||
cmd:autoconf
|
||||
cmd:gcc
|
||||
cmd:make
|
||||
cmd:pkg_config
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
runConfigure ./autogen.sh
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
}
|
||||
Reference in New Issue
Block a user