mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
parted: Add recipe
For now it's broken, it needs libuuid.
This commit is contained in:
51
sys-block/parted/parted-3.1.53_git.recipe
Normal file
51
sys-block/parted/parted-3.1.53_git.recipe
Normal file
@@ -0,0 +1,51 @@
|
||||
SUMMARY="parted"
|
||||
DESCRIPTION="parted partition editor"
|
||||
HOMEPAGE="http://www.gnu.org/software/parted"
|
||||
SRC_URI="git://git.debian.org/git/parted/parted.git"
|
||||
#CHECKSUM_MD5=""
|
||||
REVISION="1"
|
||||
LICENSE="GNU GPL v3"
|
||||
COPYRIGHT=""
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 !x86 !x86_64"
|
||||
SECONDARY_ARCHITECTURES="!x86_gcc2 !x86"
|
||||
|
||||
PROVIDES="
|
||||
parted$secondaryArchSuffix = $portVersion
|
||||
cmd:parted$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix >= $haikuVersion
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel >= $haikuVersion
|
||||
cmd:git
|
||||
cmd:autoconf
|
||||
cmd:libtool
|
||||
cmd:make
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:gperf
|
||||
cmd:rsync
|
||||
cmd:gettext
|
||||
"
|
||||
|
||||
#PATCHES="parted.patch"
|
||||
|
||||
# TODO: Fix libdl test in configure.ac
|
||||
BUILD()
|
||||
{
|
||||
./bootstrap
|
||||
runConfigure ./configure --disable-dynamic-loading
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user