Reformat 10 Recipes 2

Update enca-1.15.recipe

Update libpaper-1.1.24.recipe

Update libedit-2014_10_30_3.1.recipe

Update faad2-2.7.recipe

Update libebur128-1.0.1.recipe

Update pnglite-0.1.17.recipe

Update libircclient-1.8.recipe

Update glu-9.0.0.recipe

Update polarssl-1.3.9.recipe

Update libpaper-1.1.24.recipe

Update libedit-2014_10_30_3.1.recipe

Update faad2-2.7.recipe

Update libebur128-1.0.1.recipe

Update libebur128-1.0.1.recipe

Update libsdl2-2.0.1.recipe

Update libircclient-1.8.recipe

Update libpaper-1.1.24.recipe
This commit is contained in:
dash102
2015-12-28 10:49:20 -06:00
committed by Stephanie
parent 55fbfc92a1
commit 1b9b981584
10 changed files with 160 additions and 201 deletions

View File

@@ -4,14 +4,13 @@ character set and encoding of text files and can also convert them to other \
encodings using either a built-in converter or external libraries and tools \
like libiconv, librecode, or cstocs."
HOMEPAGE="http://cihar.com/software/enca/"
COPYRIGHT="
2000-2003 David Necas (Yeti)
2009-2013 Michal Cihar
"
COPYRIGHT="2000-2003 David Necas (Yeti)
2009-2013 Michal Cihar"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="http://dl.cihar.com/enca/enca-$portVersion.tar.bz2"
CHECKSUM_SHA256="bba29ceb57e7989b89a5a28a97573ae55f46b40fb96f18d83a1d08a205752bc6"
REVISION="1"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
@@ -29,6 +28,15 @@ REQUIRES="
haiku$secondaryArchSuffix
lib:libiconv$secondaryArchSuffix
"
PROVIDES_devel="
enca${secondaryArchSuffix}_devel = $portVersion compat >= 1
devel:libenca$secondaryArchSuffix = 0.5.1 compat >= 0
"
REQUIRES_devel="
enca$secondaryArchSuffix == $portVersion base
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libiconv$secondaryArchSuffix
@@ -65,13 +73,3 @@ INSTALL()
packageEntries devel \
$developDir
}
# ----- devel package -------------------------------------------------------
PROVIDES_devel="
enca${secondaryArchSuffix}_devel = $portVersion compat >= 1
devel:libenca$secondaryArchSuffix = 0.5.1 compat >= 0
"
REQUIRES_devel="
enca$secondaryArchSuffix == $portVersion base
"