code format.

orphilia_dropbox: switch to archive.
This commit is contained in:
Jerome Duval
2018-09-17 07:36:01 +02:00
parent dbe7cd4f6a
commit 7593712723
5 changed files with 25 additions and 22 deletions

View File

@@ -4,13 +4,14 @@ The OptiPNGTranslator for Haiku allows you to save images as PNG files which \
have been optimized by OptiPNG.
"
HOMEPAGE="https://github.com/noryb009/OptiPNGTranslator"
LICENSE="MIT"
COPYRIGHT="2013 Luke (noryb009)"
LICENSE="MIT"
REVISION="3"
srcGitRev="8e3996a92d840f3c097cf954e001d4f371265161"
SOURCE_URI="$HOMEPAGE/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="4bbcb970f42bc13bba1105cce03739601339c3c52f8aec6c16130a9a1834746d"
SOURCE_DIR="OptiPNGTranslator-$srcGitRev"
ARCHITECTURES="x86_gcc2 x86 x86_64"
if [ $buildArchitecture = x86_gcc2 ] && \
@@ -22,7 +23,6 @@ PROVIDES="
optipngtranslator = $portVersion
app:OptiPNGTranslator = $portVersion
"
REQUIRES="
haiku
cmd:optipng$optipngSuffix
@@ -32,9 +32,9 @@ BUILD_REQUIRES="
haiku_devel
"
BUILD_PREREQUIRES="
makefile_engine
cmd:as
cmd:gcc
makefile_engine
cmd:make
"