code style.

remove old patches.
This commit is contained in:
Jerome Duval
2018-08-14 09:17:46 +02:00
parent d27ef07efb
commit 51ee6bc944
72 changed files with 719 additions and 965 deletions

View File

@@ -6,10 +6,9 @@ HOMEPAGE="http://www.i3a.org"
COPYRIGHT="1999 Digital Imaging Group, Inc."
LICENSE="Flashpix"
REVISION="1"
libfpxVersion="${portVersion%.*}-${portVersion##*.}"
SOURCE_URI="http://www.imagemagick.org/download/delegates/libfpx-$libfpxVersion.tar.xz"
SOURCE_URI="http://www.imagemagick.org/download/delegates/libfpx-${portVersion%.*}-${portVersion##*.}.tar.xz"
CHECKSUM_SHA256="491b55535580d27355669c45fe995446bd34df5dbcdc15312e58c3ebecc6a455"
SOURCE_DIR="libfpx-$libfpxVersion"
SOURCE_DIR="libfpx-${portVersion%.*}-${portVersion##*.}"
ARCHITECTURES="x86_gcc2 ?x86 x86_64 ?arm"