mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +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,15 +1,13 @@
|
||||
SUMMARY="xorg util-macros"
|
||||
DESCRIPTION="
|
||||
Xorg util-macros.
|
||||
"
|
||||
SUMMARY="X.Org's utility macros"
|
||||
DESCRIPTION="This is a set of autoconf macros used by the configure.ac \
|
||||
scripts in other Xorg modular packages, and is needed to generate new \
|
||||
versions of their configure scripts with autoconf.
|
||||
HOMEPAGE="http://cgit.freedesktop.org/xorg/util/macros/"
|
||||
COPYRIGHT="2005 Red Hat, Inc.
|
||||
2005, 2006, Oracle and/or its affiliates. All rights reserved."
|
||||
2005, 2006, Oracle and/or its affiliates"
|
||||
LICENSE="MIT"
|
||||
|
||||
SOURCE_URI="git://anongit.freedesktop.org/xorg/util/macros"
|
||||
#CHECKSUM_MD5=""
|
||||
REVISION="1"
|
||||
SOURCE_URI="git://anongit.freedesktop.org/xorg/util/macros"
|
||||
|
||||
ARCHITECTURES="?x86_gcc2 ?x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="?x86_gcc2 ?x86"
|
||||
@@ -23,10 +21,9 @@ REQUIRES="
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:autoconf
|
||||
cmd:aclocal
|
||||
cmd:make
|
||||
@@ -34,7 +31,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:ld$secondaryArchSuffix
|
||||
"
|
||||
|
||||
|
||||
BUILD()
|
||||
{
|
||||
./autogen.sh -V
|
||||
|
||||
Reference in New Issue
Block a user