X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail-ua0-f169.google.com (mail-ua0-f169.google.com [209.85.217.169]) by lists.alpinelinux.org (Postfix) with ESMTP id 55E935C53ED for ; Fri, 20 Jul 2018 09:21:02 +0000 (GMT) Received: by mail-ua0-f169.google.com with SMTP id r18-v6so7041023ual.13 for ; Fri, 20 Jul 2018 02:21:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=OAoE9GUsJN82FIJZxfmErVcOJH3oYTkHlhm5b4vkM8o=; b=XsrN4PrOCX1MtpX6Eon6sIERT9+uUsEdsVi5Sn5P4AemrVr0zkQqP8RNMVqKLk/QWm Yp8g1hGkM4U6vdQpgxnYidsClGVmszi02r1nJMDXqhOtFUI6/P92YggtG1h/lB4YeNuC W+nEhbtMquHYxhl64wL33FVFbR1laqI4BXf10qH+oeUcPSw3DDvb2SY2VwsbFkRqvnkJ Pwi3rz+4rgVoMV9NowFrm8pBPIJBXJqNbpqx07AJ2E6UXodd1wcewsmTstlc69Xe83+e xGM/zJbL8WjQJoSaiemEOrHLWfZoeRm+vBNQb0EGyOjuYwCBIQaOCDTtvOe/ZMvam7OJ hoTA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=OAoE9GUsJN82FIJZxfmErVcOJH3oYTkHlhm5b4vkM8o=; b=oo5VZ/ZfmK7LZ3C1BDwOZxTFynizjeixV+k9+O6wRFtOZxu+msGNq91Ddymwg87hT7 oPHHUhe+AuPOMNcggOQXDPLxZH7CKZxjI4zyVH3hwGNSRl63lv2Smc7f6iPKGQXJ+QSz kc9HENBRt7PXTg64xZ9GvUKDh06dJqilO5r7cLSDhop8Q8iKIjMzbjXcZiThoirMGYpH fn8egw5ZHOOS+YxSYCauOIHKAq5th5fxiELnqJb/I+Wk7oNiCQeGZVswZCh7RdV27APL rnabSq9a9+dv3FsMun0Y78yjVTxALPo20vOuqF9XZivVO3E6yODCi8a2UyTiVWrmtpcD zF+Q== X-Gm-Message-State: AOUpUlFZuSg8mMHm7jzFJCYQo1UpMKuIvZZzG5q8NNNuVyUCXJB/JQ3+ b9B1yy6yLCXEPivbWGPwv0YzXHhqcOWbRVYdFek= X-Google-Smtp-Source: AAOMgpfmwfTocbps+XfwEcf5RZZnM2JZ45GkQWlSrkFsqZZsMIr9sf8S7SK4rn7ow7/22oBRachKCtspiILN2mqTTfM= X-Received: by 2002:ab0:512d:: with SMTP id e42-v6mr694433uaa.183.1532078461735; Fri, 20 Jul 2018 02:21:01 -0700 (PDT) X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Received: by 2002:a9f:3223:0:0:0:0:0 with HTTP; Fri, 20 Jul 2018 02:21:01 -0700 (PDT) In-Reply-To: <20180709190225.26017-1-azarus@posteo.net> References: <20180709190225.26017-1-azarus@posteo.net> From: Leonardo Arena Date: Fri, 20 Jul 2018 11:21:01 +0200 Message-ID: Subject: Re: [alpine-aports] [PATCH] testing/veracrypt: new aport To: Sascha Paunovic Cc: alpine-aports Content-Type: multipart/alternative; boundary="0000000000007ad74105716ad0b5" --0000000000007ad74105716ad0b5 Content-Type: text/plain; charset="UTF-8" Hi, I've merged it, but FYI it segfault during linking on x86 Thanks! On Mon, Jul 9, 2018 at 9:02 PM, Sascha Paunovic wrote: > https://www.veracrypt.fr/ > Disk encryption with strong security based on TrueCrypt > --- > testing/veracrypt/APKBUILD | 45 ++++++++++++++++++++++++++++++++++++++ > 1 file changed, 45 insertions(+) > create mode 100644 testing/veracrypt/APKBUILD > > diff --git a/testing/veracrypt/APKBUILD b/testing/veracrypt/APKBUILD > new file mode 100644 > index 0000000000..058712400d > --- /dev/null > +++ b/testing/veracrypt/APKBUILD > @@ -0,0 +1,45 @@ > +# Contributor: Sascha Paunovic > +# Maintainer: Sascha Paunovic > +pkgname=veracrypt > +_pkgname=VeraCrypt > +pkgver=1.22 > +pkgrel=0 > +pkgdesc="disk encryption with strong security based on TrueCrypt" > +url="https://www.veracrypt.fr/" > +arch="all" > +license="custom" > +depends="device-mapper" > +makedepends="fuse-dev wxgtk-dev libsm-dev yasm" > +options="!check" # no test suite provided > +subpackages="$pkgname-doc" > +source="$pkgname-$pkgver.tar.bz2::https://launchpad.net/ > veracrypt/trunk/$pkgver/+download/${_pkgname}_${pkgver}_Source.tar.bz2" > +builddir="$srcdir/" > + > +build() { > + cd "$builddir"/src > + make TC_EXTRA_LFLAGS="-ldl $LDFLAGS" \ > + TC_EXTRA_CXXFLAGS="$CXXFLAGS $CPPFLAGS" \ > + TC_EXTRA_CFLAGS="$CFLAGS $CPPFLAGS" > +} > + > +package() { > + cd "$builddir"/src > + install -Dm 755 Main/$pkgname "$pkgdir"/usr/bin/$pkgname > + install -Dm 644 Resources/Icons/VeraCrypt-256x256.xpm \ > + "$pkgdir"/usr/share/pixmaps/veracrypt.xpm > + install -Dm 644 License.txt "$pkgdir"/usr/share/licenses/LICENSE > + mkdir -p "$pkgdir"/usr/share/applications > + cat >> "$pkgdir"/usr/share/applications/veracrypt.desktop <<-EOF > + [Desktop Entry] > + Type=Application > + Exec=veracrypt > + Icon=veracrypt.xpm > + Comment=Disk encryption with strong security based on TrueCrypt > + Terminal=false > + Name=VeraCrypt > + StartupNotify=true > + Categories=System;Administration; > + EOF > +} > + > +sha512sums="08795a42ab4eddb4792538d0207e6a45efad967abe257ba0a722b15f5bd4 > 3736f5e7cdce80b6c641dc1587c75f8f2b9b314f67e787a5a99031b5b47eea159b3d > veracrypt-1.22.tar.bz2" > -- > 2.18.0 > > > > --- > Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org > Help: alpine-aports+help@lists.alpinelinux.org > --- > > --0000000000007ad74105716ad0b5 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi,
I've merged it, but FYI it segfault= during linking on x86

Thanks!

On Mon, Jul 9, 2018 a= t 9:02 PM, Sascha Paunovic <azarus@posteo.net> wrote:
https://www.veracrypt.fr/
Disk encryption with strong security based on TrueCrypt
---
=C2=A0testing/veracrypt/APKBUILD | 45 ++++++++++++++++++++++++++++++++= ++++++
=C2=A01 file changed, 45 insertions(+)
=C2=A0create mode 100644 testing/veracrypt/APKBUILD

diff --git a/testing/veracrypt/APKBUILD b/testing/veracrypt/APKBUILD
new file mode 100644
index 0000000000..058712400d
--- /dev/null
+++ b/testing/veracrypt/APKBUILD
@@ -0,0 +1,45 @@
+# Contributor: Sascha Paunovic <az= arus@posteo.net>
+# Maintainer: Sascha Paunovic <aza= rus@posteo.net>
+pkgname=3Dveracrypt
+_pkgname=3DVeraCrypt
+pkgver=3D1.22
+pkgrel=3D0
+pkgdesc=3D"disk encryption with strong security based on TrueCrypt&qu= ot;
+url=3D"https://www.veracrypt.fr/"
+arch=3D"all"
+license=3D"custom"
+depends=3D"device-mapper"
+makedepends=3D"fuse-dev wxgtk-dev libsm-dev yasm"
+options=3D"!check" # no test suite provided
+subpackages=3D"$pkgname-doc"
+source=3D"$pkgname-$pkgver.tar.bz2::https://launchpad.net/veracrypt= /trunk/$pkgver/+download/${_pkgname}_${pkgver}_Source.tar.bz2= "
+builddir=3D"$srcdir/"
+
+build() {
+=C2=A0 =C2=A0 =C2=A0 =C2=A0cd "$builddir"/src
+=C2=A0 =C2=A0 =C2=A0 =C2=A0make TC_EXTRA_LFLAGS=3D"-ldl $LDFLAGS"= ; \
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0TC_EXTRA_CXXFLAGS= =3D"$CXXFLAGS $CPPFLAGS" \
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0TC_EXTRA_CFLAGS=3D&= quot;$CFLAGS $CPPFLAGS"
+}
+
+package() {
+=C2=A0 =C2=A0 =C2=A0 =C2=A0cd "$builddir"/src
+=C2=A0 =C2=A0 =C2=A0 =C2=A0install -Dm 755 Main/$pkgname "$pkgdir&quo= t;/usr/bin/$pkgname
+=C2=A0 =C2=A0 =C2=A0 =C2=A0install -Dm 644 Resources/Icons/VeraCrypt-= 256x256.xpm \
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0"$pkgdir"= /usr/share/pixmaps/veracrypt.xpm
+=C2=A0 =C2=A0 =C2=A0 =C2=A0install -Dm 644 License.txt "$pkgdir"= /usr/share/licenses/LICENSE
+=C2=A0 =C2=A0 =C2=A0 =C2=A0mkdir -p "$pkgdir"/usr/share/app= lications
+=C2=A0 =C2=A0 =C2=A0 =C2=A0cat >> "$pkgdir"/usr/share/applications/veracrypt.desktop <<-EOF
+=C2=A0 =C2=A0 =C2=A0 =C2=A0[Desktop Entry]
+=C2=A0 =C2=A0 =C2=A0 =C2=A0Type=3DApplication
+=C2=A0 =C2=A0 =C2=A0 =C2=A0Exec=3Dveracrypt
+=C2=A0 =C2=A0 =C2=A0 =C2=A0Icon=3Dveracrypt.xpm
+=C2=A0 =C2=A0 =C2=A0 =C2=A0Comment=3DDisk encryption with strong security = based on TrueCrypt
+=C2=A0 =C2=A0 =C2=A0 =C2=A0Terminal=3Dfalse
+=C2=A0 =C2=A0 =C2=A0 =C2=A0Name=3DVeraCrypt
+=C2=A0 =C2=A0 =C2=A0 =C2=A0StartupNotify=3Dtrue
+=C2=A0 =C2=A0 =C2=A0 =C2=A0Categories=3DSystem;Administration;
+=C2=A0 =C2=A0 =C2=A0 =C2=A0EOF
+}
+
+sha512sums=3D"08795a42ab4eddb4792538d0207e6a45efad967abe257= ba0a722b15f5bd43736f5e7cdce80b6c641dc1587c75f8f2b9b314f67e787a5a9= 9031b5b47eea159b3d=C2=A0 veracrypt-1.22.tar.bz2"
--
2.18.0



---
Unsubscribe:=C2=A0 alpine-aports+unsubscribe@lists.alpinelinux.org
Help:=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0alpine-aports+help@lists.alpinelinux.org=
---


--0000000000007ad74105716ad0b5-- --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---