Fix ordering

This commit is contained in:
Vale
2016-02-17 14:26:37 -05:00
parent c78e400f98
commit 4ceccd41e1
491 changed files with 2610 additions and 2977 deletions

View File

@@ -4,12 +4,12 @@ uses the Rijndael Algorithm, a 128-bit block cipher, to encrypt. Since the \
encryption requires 16-byte blocks, rawaes will pad any uneven blocks with 0s, \
possibly increasing the size of the file up to 15 bytes."
HOMEPAGE="https://github.com/bbjimmy/rawaes"
COPYRIGHT="2000 Matthew Badger"
LICENSE="Rawaes"
REVISION="1"
SOURCE_URI="https://github.com/bbjimmy/rawaes/archive/Final.tar.gz"
CHECKSUM_SHA256="b60d5c7af7f8952d47d8d212f504ec550ae44bf65290e10971af81084ed22e80"
SOURCE_DIR="rawaes-Final"
REVISION="1"
LICENSE="Rawaes"
COPYRIGHT="2000 Matthew Badger"
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
@@ -17,7 +17,6 @@ PROVIDES="
rawaes$secondaryArchSuffix = $portVersion
cmd:rawaes = $portVersion
"
REQUIRES="
haiku
"
@@ -25,7 +24,6 @@ REQUIRES="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
"
BUILD_PREREQUIRES="
cmd:gcc$secondaryArchSuffix
cmd:make
@@ -44,4 +42,4 @@ INSTALL()
cp rawaes.cpp rawaes.h -t $developDir/sources/rawaes/
cp -r aes $developDir/sources/rawaes/
cp objects/rawaes $binDir
}
}