mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
parted: update recipe; still broken
It fails at getting gnulib anyway. I just noticed they changed git repository as well.
This commit is contained in:
@@ -6,7 +6,7 @@ HOMEPAGE="http://www.gnu.org/software/parted"
|
||||
COPYRIGHT="1999-2007 Free Software Foundation Inc."
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="1"
|
||||
SOURCE_URI="git://git.debian.org/git/parted/parted.git"
|
||||
SOURCE_URI="git://git.debian.org/git/parted/parted.git#1c659d5cc6830c6f4f26660e9049582afbad3fd3"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 !x86 !x86_64"
|
||||
SECONDARY_ARCHITECTURES="!x86_gcc2 !x86"
|
||||
@@ -17,31 +17,46 @@ PROVIDES="
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libiconv$secondaryArchSuffix
|
||||
lib:libintl$secondaryArchSuffix
|
||||
lib:libncurses$secondaryArchSuffix
|
||||
lib:libreadline$secondaryArchSuffix
|
||||
lib:libuuid$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
devel:libiconv$secondaryArchSuffix
|
||||
devel:libintl$secondaryArchSuffix
|
||||
devel:libncurses$secondaryArchSuffix
|
||||
devel:libreadline$secondaryArchSuffix
|
||||
devel:libuuid$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:git
|
||||
cmd:autoconf
|
||||
cmd:gawk
|
||||
cmd:grep
|
||||
cmd:libtool
|
||||
cmd:make
|
||||
cmd:makeinfo
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:gnulib_tool$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:gperf
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
cmd:rsync
|
||||
cmd:gettext
|
||||
"
|
||||
|
||||
#PATCHES="parted.patch"
|
||||
PATCHES="parted-3.1.53_git.patchset"
|
||||
|
||||
# TODO: Fix libdl test in configure.ac
|
||||
BUILD()
|
||||
{
|
||||
./bootstrap
|
||||
runConfigure ./configure --disable-dynamic-loading
|
||||
runConfigure ./configure --disable-dynamic-loading --disable-device-mapper
|
||||
make
|
||||
}
|
||||
|
||||
@@ -49,3 +64,8 @@ INSTALL()
|
||||
{
|
||||
make install
|
||||
}
|
||||
|
||||
TEST()
|
||||
{
|
||||
make check
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user