mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
Add recipe for sockhop
This commit is contained in:
@@ -7,13 +7,11 @@ available for Windows and Linux, as long as you've created them to use the \
|
||||
AES encryption algorithm and a RIPEMD-160 hash algorithm protected password."
|
||||
HOMEPAGE="https://github.com/chirayudesai/driveencryption"
|
||||
COPYRIGHT="2007-2014 pinc Software"
|
||||
LICENSE="
|
||||
TrueCrypt
|
||||
MIT
|
||||
"
|
||||
LICENSE="TrueCrypt
|
||||
MIT"
|
||||
REVISION="1"
|
||||
CHECKSUM_SHA256=""
|
||||
SOURCE_URI="https://github.com/axeld/driveencryption/archive/993a11ceefac15d77406b697afb60b177d99bc45.tar.gz"
|
||||
CHECKSUM_SHA256="18629ba278b197cf08cc13e5fe177ae3e023bf9046e1e94500f5821ff8eebfd2"
|
||||
SOURCE_DIR="driveencryption-993a11ceefac15d77406b697afb60b177d99bc45"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||
@@ -23,6 +21,7 @@ PROVIDES="
|
||||
cmd:encrypted_drive_control = $portVersion
|
||||
app:DriveEncryption = $portVersion
|
||||
app:Login = $portVersion
|
||||
add_on:encrypted_drive = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
@@ -50,8 +49,8 @@ BUILD()
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $addOnsDir/kernel/drivers/bin $addOnsDir/kernel/drivers/dev/disk
|
||||
cp -a driver/objects/encrypted_drive $addOnsDir/kernel/drivers/bin
|
||||
ln -fs ../../bin/encrypted_drive $addOnsDir/kernel/drivers/dev/disk
|
||||
cp -a driver/objects/encrypted_drive $addOnsDir/kernel/drivers/bin
|
||||
ln -fs ../../bin/encrypted_drive $addOnsDir/kernel/drivers/dev/disk
|
||||
|
||||
|
||||
mkdir -p $binDir
|
||||
|
||||
Reference in New Issue
Block a user