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

@@ -1,20 +1,17 @@
SUMMARY="Lightweight PNG C library"
DESCRIPTION="
pnglite is a small and simple library for loading and writing PNG images.
"
DESCRIPTION="pnglite is a small and simple library for loading and writing PNG images. \
It was created as a substitute for libpng in situations when libpng is more than enough."
HOMEPAGE="http://sourceforge.net/projects/pnglite"
COPYRIGHT="
2007 Daniel Karling
"
COPYRIGHT="2007 Daniel Karling"
LICENSE="Zlib"
REVISION="1"
SOURCE_URI="http://prdownloads.sourceforge.net/pnglite/pnglite-$portVersion.zip"
CHECKSUM_SHA256="6444b13b9ec5b6f9de8f72513a00870325779e3b05bfcf554edb1ab0c90f5962"
REVISION="1"
SOURCE_DIR=""
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
SOURCE_DIR=""
PROVIDES="
pnglite$secondaryArchSuffix = $portVersion
lib:libpnglite$secondaryArchSuffix = $portVersion
@@ -23,6 +20,15 @@ REQUIRES="
haiku$secondaryArchSuffix
lib:libz$secondaryArchSuffix
"
PROVIDES_devel="
pnglite${secondaryArchSuffix}_devel = $portVersion
devel:libpnglite$secondaryArchSuffix = $portVersion
"
REQUIRES_devel="
pnglite$secondaryArchSuffix == $portVersion base
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libz$secondaryArchSuffix >= 1.0.4
@@ -55,13 +61,3 @@ INSTALL()
packageEntries devel \
$developDir
}
# ----- devel package -------------------------------------------------------
PROVIDES_devel="
pnglite${secondaryArchSuffix}_devel = $portVersion
devel:libpnglite$secondaryArchSuffix = $portVersion
"
REQUIRES_devel="
pnglite$secondaryArchSuffix == $portVersion base
"