mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
makedepend, bump version, remove old bep file (#1337)
This commit is contained in:
committed by
waddlesplash
parent
fe7e7f184a
commit
4cf5cffb08
@@ -1,25 +0,0 @@
|
||||
DESCRIPTION="create dependencies in makefiles"
|
||||
HOMEPAGE="http://xorg.freedesktop.org/releases/individual/util/"
|
||||
SOURCE_URI="http://xorg.freedesktop.org/releases/individual/util/makedepend-1.0.2.tar.bz2"
|
||||
CHECKSUM_MD5="62e58330fe8d1e3e28c7a45779833a48"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND="dev-util/pkgconfig >= 0.9
|
||||
x11-misc/util-macros >= 1.7.0
|
||||
x11-proto/xproto >= 7.0.16"
|
||||
BUILD()
|
||||
{
|
||||
cd makedepend-1.0.2
|
||||
libtoolize --force --copy --install
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd makedepend-1.0.2
|
||||
make install
|
||||
}
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="1993, 1994, 1998 The Open Group
|
||||
1992 Network Computing Devices, Inc."
|
||||
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