libgfshare: rename libgfshare-bin to libgfshare-tools

This commit is contained in:
lemmi 2017-10-09 02:39:52 +02:00
parent 5ce5473a95
commit d64be411b3
2 changed files with 5 additions and 9 deletions

View File

@ -1,19 +1,15 @@
# Template file for 'libgfshare' # Template file for 'libgfshare'
pkgname=libgfshare pkgname=libgfshare
version=2.0.0 version=2.0.0
revision=1 revision=2
build_style=gnu-configure 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)" short_desc="Shamir's secret-sharing method in the Galois Field GF(2**8)"
maintainer="lemmi <lemmi@nerd2nerd.org>" maintainer="lemmi <lemmi@nerd2nerd.org>"
license="MIT" license="MIT"
homepage="https://git.gitano.org.uk/libgfshare.git" homepage="https://git.gitano.org.uk/libgfshare.git"
distfiles="http://www.digital-scurf.org/files/libgfshare/libgfshare-${version}.tar.bz2" distfiles="http://www.digital-scurf.org/files/libgfshare/libgfshare-${version}.tar.bz2"
checksum=d9c2bd5e798a0e9156aa33be091367ecb8fe0dce548c2529682594529b450135 checksum=86f602860133c828356b7cf7b8c319ba9b27adf70a624fe32275ba1ed268331f
pre_configure() {
autoreconf -fi
}
post_install() { post_install() {
vlicense COPYRIGHT vlicense COPYRIGHT
@ -30,8 +26,8 @@ libgfshare-devel_package() {
} }
} }
libgfshare-bin_package() { libgfshare-tools_package() {
short_desc+="gfsplit and gfcombine utilities for multi-way secret-sharing" short_desc+="gfsplit and gfcombine tools for multi-way secret-sharing"
pkg_install() { pkg_install() {
vmove usr/bin/gfcombine vmove usr/bin/gfcombine
vmove usr/bin/gfsplit vmove usr/bin/gfsplit