mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
De-lint recipes
* fceux SUMMARY must have at least 3 words Re-ordered blocks * fenris SUMMARY must start with capital letter Re-ordered blocks * gcc SUMMARY must have at least 3 words Re-ordered blocks * giflib6 SUMMARY must start with capital letter Re-ordered blocks * glm SUMMARY must have at least 3 words Re-ordered blocks * hexedit SUMMARY must have at least 3 words Re-ordered blocks * lateef_font SUMMARY must have at least 3 words Re-ordered blocks * libmicro SUMMARY must have at least 3 words Re-ordered blocks * libusb_compat SUMMARY must start with capital letter Re-ordered blocks * readline Re-ordered blocks * libutf8proc SUMMARY must start with capital letter Re-ordered blocks Added REQUIRES_devel * libwebp SUMMARY must start with capital letter Re-ordered blocks * lighttpd SUMMARY must start with capital letter Re-ordered blocks * lzip SUMMARY must start with capital letter Re-ordered blocks
This commit is contained in:
@@ -1,19 +1,18 @@
|
||||
SUMMARY="libusb 0.1 API wrapper for libusb"
|
||||
DESCRIPTION="
|
||||
libusb is a C library that provides generic access to USB devices. \
|
||||
It is intended to be used by developers to facilitate the production \
|
||||
SUMMARY="An API wrapper for libusb"
|
||||
DESCRIPTION="libusb is a C library that provides generic access to USB \
|
||||
devices. It is intended to be used by developers to facilitate the production \
|
||||
of applications that communicate with USB hardware.
|
||||
|
||||
libusb-compat is a wrapper library for software that use the 0.1 API.
|
||||
"
|
||||
LICENSE="GNU LGPL v2"
|
||||
COPYRIGHT="
|
||||
2008 Daniel Drake
|
||||
"
|
||||
libusb-compat is a wrapper library for software that use the 0.1 API."
|
||||
HOMEPAGE="http://libusb.info/"
|
||||
COPYRIGHT="2008 Daniel Drake"
|
||||
LICENSE="GNU LGPL v2"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://sourceforge.net/projects/libusb/files/libusb-compat-0.1/libusb-compat-0.1.5/libusb-compat-0.1.5.tar.bz2"
|
||||
CHECKSUM_SHA256="404ef4b6b324be79ac1bfb3d839eac860fbc929e6acb1ef88793a6ea328bc55a"
|
||||
REVISION="2"
|
||||
SOURCE_DIR=libusb-compat-$portVersion
|
||||
PATCHES="libusb_compat-0.1.5.patchset"
|
||||
|
||||
ARCHITECTURES="x86 x86_64 x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="!x86"
|
||||
|
||||
@@ -27,11 +26,21 @@ REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libusb_1.0$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
libusb_compat${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libusb_0.1${secondaryArchSuffix} = $portVersion
|
||||
devel:libusb$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libusb_compat${secondaryArchSuffix} == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libusb_1.0$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:autoconf
|
||||
cmd:automake
|
||||
cmd:libtool
|
||||
@@ -41,9 +50,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
cmd:sed
|
||||
"
|
||||
SOURCE_DIR=libusb-compat-$portVersion
|
||||
|
||||
PATCHES="libusb_compat-0.1.5.patchset"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
@@ -64,14 +70,3 @@ INSTALL()
|
||||
packageEntries devel \
|
||||
$developDir
|
||||
}
|
||||
|
||||
# ----- devel package -------------------------------------------------------
|
||||
|
||||
PROVIDES_devel="
|
||||
libusb_compat${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libusb_0.1${secondaryArchSuffix} = $portVersion
|
||||
devel:libusb$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libusb_compat${secondaryArchSuffix} == $portVersion base
|
||||
"
|
||||
|
||||
@@ -1,12 +1,11 @@
|
||||
SUMMARY="library for processing UTF-8 encoded Unicode strings"
|
||||
SUMMARY="A library for processing UTF-8 encoded Unicode strings"
|
||||
DESCRIPTION="utf8proc is a small, clean C library that provides Unicode \
|
||||
normalization, case-folding, and other operations for data in the UTF-8 \
|
||||
encoding, supporting Unicode version 7.0."
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
HOMEPAGE="http://julialang.org/utf8proc/"
|
||||
COPYRIGHT="2006-2013 Public Software Group"
|
||||
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://download.netsurf-browser.org/libs/releases/libutf8proc-1.1.6-src.tar.gz"
|
||||
CHECKSUM_SHA256="16e0dacf459bf42098614b714a262633de26ba5a03f05812d6d052c9aeeac384"
|
||||
PATCHES="libutf8proc-1.1.6.patchset"
|
||||
@@ -17,22 +16,26 @@ PROVIDES="
|
||||
libutf8proc = $portVersion
|
||||
lib:libutf8proc = 1.1.6 compat >= 1
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
libutf8proc$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
PROVIDES_devel="
|
||||
libutf8proc_devel = $portVersion
|
||||
devel:libutf8proc = 1.1.6 compat >= 1
|
||||
"
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
netsurf_buildsystem
|
||||
cmd:gcc
|
||||
cmd:make
|
||||
"
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user