libgfshare: rename libgfshare-bin to libgfshare-tools
This commit is contained in:
parent
5ce5473a95
commit
d64be411b3
|
@ -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 <lemmi@nerd2nerd.org>"
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue