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 f379a50662..d09332b442 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