From d64be411b3993a1efde7bacccc41b44ceed19164 Mon Sep 17 00:00:00 2001 From: lemmi Date: Mon, 9 Oct 2017 02:39:52 +0200 Subject: [PATCH] libgfshare: rename libgfshare-bin to libgfshare-tools --- srcpkgs/{libgfshare-bin => libgfshare-tools} | 0 srcpkgs/libgfshare/template | 14 +++++--------- 2 files changed, 5 insertions(+), 9 deletions(-) rename srcpkgs/{libgfshare-bin => libgfshare-tools} (100%) diff --git a/srcpkgs/libgfshare-bin b/srcpkgs/libgfshare-tools similarity index 100% rename from srcpkgs/libgfshare-bin rename to srcpkgs/libgfshare-tools diff --git a/srcpkgs/libgfshare/template b/srcpkgs/libgfshare/template index f379a506623..d09332b4429 100644 --- a/srcpkgs/libgfshare/template +++ b/srcpkgs/libgfshare/template @@ -1,19 +1,15 @@ # Template file for 'libgfshare' pkgname=libgfshare version=2.0.0 -revision=1 +revision=2 build_style=gnu-configure -hostmakedepends="automake pkg-config libtool" +hostmakedepends="pkg-config" short_desc="Shamir's secret-sharing method in the Galois Field GF(2**8)" maintainer="lemmi " license="MIT" homepage="https://git.gitano.org.uk/libgfshare.git" distfiles="http://www.digital-scurf.org/files/libgfshare/libgfshare-${version}.tar.bz2" -checksum=d9c2bd5e798a0e9156aa33be091367ecb8fe0dce548c2529682594529b450135 - -pre_configure() { - autoreconf -fi -} +checksum=86f602860133c828356b7cf7b8c319ba9b27adf70a624fe32275ba1ed268331f post_install() { vlicense COPYRIGHT @@ -30,8 +26,8 @@ libgfshare-devel_package() { } } -libgfshare-bin_package() { - short_desc+="gfsplit and gfcombine utilities for multi-way secret-sharing" +libgfshare-tools_package() { + short_desc+="gfsplit and gfcombine tools for multi-way secret-sharing" pkg_install() { vmove usr/bin/gfcombine vmove usr/bin/gfsplit