From 94fd40d2676288b8ada2b32aa71f0e618e792393 Mon Sep 17 00:00:00 2001 From: Niclas Hofmann Date: Wed, 11 Sep 2019 17:50:44 +0200 Subject: [PATCH 1/2] p11-kit: be0 conversion --- p11-kit-0.23.2-0.bee => p11-kit.be0 | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) rename p11-kit-0.23.2-0.bee => p11-kit.be0 (86%) diff --git a/p11-kit-0.23.2-0.bee b/p11-kit.be0 similarity index 86% rename from p11-kit-0.23.2-0.bee rename to p11-kit.be0 index a49e5828a..438d93e57 100755 --- a/p11-kit-0.23.2-0.bee +++ b/p11-kit.be0 @@ -1,5 +1,7 @@ #!/usr/bin/env beesh +# BEE_VERSION p11-kit-0.23.2-1 + ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -16,14 +18,8 @@ SRCURL[0]="http://p11-glue.freedesktop.org/releases/p11-kit-${PKGVERSION}.tar.gz # PATCHURL+=() ############################################################################### -## Add filename patterns to the EXCLUDE array of files that should not -## be added to you package but may be present in the image directory. - -# EXCLUDE+=() - -############################################################################### -## Uncomment the next statement, if the software may not be able to be build -## outside the source directory and need to be build inside the source +## Uncomment the next statement, if the software may not be able to be built +## outside the source directory and needs to be built inside the source ## directory. # build_in_sourcedir @@ -52,7 +48,7 @@ SRCURL[0]="http://p11-glue.freedesktop.org/releases/p11-kit-${PKGVERSION}.tar.gz #} #mee_configure() { -# bee_configure +# bee_configure #} #mee_build() { From 3950dce0a743d1916535f0baf20f5b1d778fbc2a Mon Sep 17 00:00:00 2001 From: Niclas Hofmann Date: Wed, 11 Sep 2019 17:51:29 +0200 Subject: [PATCH 2/2] p11-kit: update url --- p11-kit.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p11-kit.be0 b/p11-kit.be0 index 438d93e57..3e98b8918 100755 --- a/p11-kit.be0 +++ b/p11-kit.be0 @@ -9,7 +9,7 @@ ## The source URL(s) define the location of the sources that will be ## downloaded. Version variables may be used to simplify reuse of this bee-file. -SRCURL[0]="http://p11-glue.freedesktop.org/releases/p11-kit-${PKGVERSION}.tar.gz" +SRCURL[0]="https://github.com/p11-glue/p11-kit/archive/0.23.2.zip p11-kit-${PKGVERSION}.tar.gz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.