mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
De-lint recipes.
* pygments SUMMARY must start with capital letter Re-ordered blocks * texlive SUMMARY must have at least 3 words Re-ordered blocks Simplified ARCHITECTURES/SECONDARY_ARCHITECTURES * tiff4 SUMMARY must have at least 3 words Re-ordered blocks * u_boot_tools SUMMARY must start with capital letter Re-ordered blocks * unifont SUMMARY must have at least 3 words Re-ordered blocks * util_macros Improved SUMMARY an DESCRIPTION Re-ordered blocks * vcdimager SUMMARY must start with capital letter Re-ordered blocks * wings SUMMARY must have at least 3 words Re-ordered blocks * xproto SUMMARY must have at least 3 words Re-ordered blocks
This commit is contained in:
@@ -1,30 +1,33 @@
|
||||
SUMMARY="utilities for working with Das U-Boot"
|
||||
SUMMARY="Utilities for working with 'Das U-Boot'"
|
||||
DESCRIPTION="This package includes the mkimage program, which allows generation
|
||||
of U-Boot images in various formats."
|
||||
HOMEPAGE="http://www.denx.de/wiki/U-Boot/Documentation"
|
||||
COPYRIGHT="2003 - 2012 U-Boot"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
ARCHITECTURES="x86_gcc2 x86_64"
|
||||
|
||||
SOURCE_URI="http://ftp.denx.de/pub/u-boot/u-boot-2012.10.tar.bz2"
|
||||
SOURCE_DIR="u-boot-$portVersion"
|
||||
CHECKSUM_SHA256="dddec75070b5faa5df463085e3e1d27c6d058ec3481c666917baa961956d4d17"
|
||||
PATCHES="u_boot_tools-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
u_boot_tools = $portVersion
|
||||
cmd:mkimage
|
||||
cmd:mkenvimage
|
||||
"
|
||||
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_deve
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel
|
||||
cmd:gcc
|
||||
cmd:make
|
||||
"
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
@@ -38,6 +41,3 @@ INSTALL()
|
||||
cp tools/mkimage $binDir
|
||||
cp tools/mkenvimage $binDir
|
||||
}
|
||||
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2003 - 2012 U-Boot"
|
||||
|
||||
Reference in New Issue
Block a user