mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
Fix provides for libftdi, confuse
This commit is contained in:
@@ -8,7 +8,7 @@ HOMEPAGE="http://www.intra2net.com/en/developer/libftdi/index.php"
|
||||
COPYRIGHT="2003-2013 Intra2net AG and the libftdi developers"
|
||||
LICENSE="GNU LGPL v2.1
|
||||
GNU GPL v2"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="http://www.intra2net.com/en/developer/libftdi/download/libftdi1-1.0.tar.bz2"
|
||||
CHECKSUM_SHA256="7290fd38208d8c00d25ed13ce172aaa0403b37148080e4a33a99837022d2b321"
|
||||
SOURCE_DIR="libftdi1-$portVersion"
|
||||
@@ -27,14 +27,14 @@ PROVIDES="
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libconfuse$secondaryArchSuffix >= 2.5
|
||||
confuse$secondaryArchSuffix >= 2.5
|
||||
libusb$secondaryArchSuffix >= 1.0
|
||||
boost$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
libconfuse${secondaryArchSuffix}_devel >= 2.5
|
||||
confuse${secondaryArchSuffix}_devel >= 2.5
|
||||
libusb${secondaryArchSuffix}_devel
|
||||
boost${secondaryArchSuffix}_devel
|
||||
"
|
||||
@@ -76,7 +76,7 @@ INSTALL()
|
||||
}
|
||||
|
||||
PROVIDES_devel="
|
||||
libftdi1${secondaryArchSuffix}_devel = $portVersion
|
||||
libftdi${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libftdi1$secondaryArchSuffix = $portVersion
|
||||
devel:libftdipp1$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
|
||||
@@ -13,7 +13,7 @@ was changed to not confuse itself with other similar libraries."
|
||||
HOMEPAGE="http://www.nongnu.org/confuse/"
|
||||
COPYRIGHT="2002,2003,2007 Martin Hedenfalk"
|
||||
LICENSE="ISC"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="http://savannah.nongnu.org/download/confuse/confuse-2.7.tar.gz"
|
||||
CHECKSUM_SHA256="e32574fd837e950778dac7ade40787dd2259ef8e28acd6ede6847ca895c88778"
|
||||
PATCHES="confuse-2.7.patch"
|
||||
@@ -32,7 +32,7 @@ REQUIRES="
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
libconfuse${secondaryArchSuffix}_devel = $portVersion
|
||||
confuse${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libconfuse$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES_devel="
|
||||
|
||||
@@ -18,8 +18,8 @@ and the sane-find-scanner utility, along with their documentation.
|
||||
HOMEPAGE="http://www.sane-project.org"
|
||||
LICENSE="GNU LGPL v2"
|
||||
COPYRIGHT="David Mosberger-Tang, Andy Beck"
|
||||
SOURCE_URI="git://git.debian.org/sane/sane-backends.git"
|
||||
REVISION="1"
|
||||
SOURCE_URI="git://git.debian.org/sane/sane-backends.git#f6896e0de481fad5c63bf7ffc271aca89b9cbb01"
|
||||
REVISION="2"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
Reference in New Issue
Block a user