mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-29 11:38:52 +02:00
code style.
remove old patches.
This commit is contained in:
@@ -15,12 +15,12 @@ This package includes scanners backends, the command line frontend scanimage, \
|
||||
the saned server 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#f6896e0de481fad5c63bf7ffc271aca89b9cbb01"
|
||||
LICENSE="GNU LGPL v2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="git://git.debian.org/sane/sane-backends.git#f6896e0de481fad5c63bf7ffc271aca89b9cbb01"
|
||||
PATCHES="sane_backends-1.0.24.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
@@ -40,34 +40,40 @@ PROVIDES="
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
lib:libusb_1.0$secondaryArchSuffix
|
||||
lib:libjpeg$secondaryArchSuffix
|
||||
lib:libtiff$secondaryArchSuffix
|
||||
lib:libusb_1.0$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
sane_backends${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libsane$secondaryArchSuffix = portVersion compat >= 0
|
||||
"
|
||||
REQUIRES_devel="
|
||||
sane_backends$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
devel:libz$secondaryArchSuffix
|
||||
devel:libusb_1.0$secondaryArchSuffix
|
||||
devel:libjpeg$secondaryArchSuffix
|
||||
devel:libtiff$secondaryArchSuffix
|
||||
devel:libusb_1.0$secondaryArchSuffix
|
||||
devel:libz$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:aclocal
|
||||
cmd:autoconf
|
||||
cmd:automake
|
||||
cmd:libtoolize
|
||||
cmd:awk
|
||||
cmd:find
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:libtoolize
|
||||
cmd:libtoolize
|
||||
cmd:make
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PATCHES="sane_backends-1.0.24.patchset"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
libtoolize --force --copy --install
|
||||
@@ -111,13 +117,3 @@ INSTALL()
|
||||
$developDir
|
||||
|
||||
}
|
||||
|
||||
# ----- devel package -------------------------------------------------------
|
||||
|
||||
PROVIDES_devel="
|
||||
sane_backends${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libsane$secondaryArchSuffix = portVersion compat >= 0
|
||||
"
|
||||
REQUIRES_devel="
|
||||
sane_backends$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user