mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-02 04:58:52 +02:00
De-lint recipes
* libmikmod Re-ordered blocks * libmodplug Don't start SUMMARY with app name Re-ordered blocks * librecad Don't start SUMMARY with app name Re-ordered blocks * libsvgtiny Don't start SUMMARY with app name Re-ordered blocks * libwalter Don't start SUMMARY with app name Re-ordered blocks * libwapcaplet Don't start SUMMARY with app name Re-ordered blocks * libxau Improved SUMMARY and DESCRIPTION Re-ordered blocks * links Improved SUMMARY and DESCRIPTION Re-ordered blocks * lynx Don't start SUMMARY with app name Re-ordered blocks
This commit is contained in:
@@ -1,13 +1,17 @@
|
||||
SUMMARY="libxau"
|
||||
DESCRIPTION="
|
||||
libxau.
|
||||
"
|
||||
SUMMARY="X.Org's sample authorization protocol for X"
|
||||
DESCRIPTION="This example describes a very simple mechanism for providing \
|
||||
individual access to an X Window System display. It uses existing core \
|
||||
protocol and library hooks for specifying authorization data in the \
|
||||
connection setup block to restrict use of the display to only those clients \
|
||||
that show that they know a server-specific key called a 'magic cookie'."
|
||||
HOMEPAGE="http://xorg.freedesktop.org/releases/individual/lib/"
|
||||
SOURCE_URI="http://xorg.freedesktop.org/releases/individual/lib/libXau-1.0.5.tar.gz"
|
||||
CHECKSUM_SHA256="2ad4324cf204331d6773bba441baed58e46168e7913de2079f10b272eae5c4db"
|
||||
REVISION="1"
|
||||
COPYRIGHT="1988, 1993, 1994, 1998 The Open Group"
|
||||
LICENSE="MIT (no promotion)"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://xorg.freedesktop.org/releases/individual/lib/libXau-1.0.5.tar.gz"
|
||||
CHECKSUM_SHA256="2ad4324cf204331d6773bba441baed58e46168e7913de2079f10b272eae5c4db"
|
||||
SOURCE_DIR="libXau-$portVersion"
|
||||
PATCHES="libxau-1.0.5.patch"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
@@ -27,7 +31,6 @@ BUILD_REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
devel:xproto$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:util_macros$secondaryArchSuffix
|
||||
@@ -40,10 +43,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
"
|
||||
|
||||
SOURCE_DIR="libXau-$portVersion"
|
||||
|
||||
PATCHES="libxau-1.0.5.patch"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
libtoolize --force --copy --install
|
||||
|
||||
Reference in New Issue
Block a user