fix descriptions
[skip ci]
This commit is contained in:
parent
1e7096e294
commit
03bee9decc
7 changed files with 15 additions and 15 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'apache-jmeter'
|
||||
pkgname=apache-jmeter
|
||||
version=5.1.1
|
||||
revision=1
|
||||
revision=2
|
||||
hostmakedepends="openjdk8 apache-ant"
|
||||
depends="virtual?java-runtime"
|
||||
short_desc="Application to load test functional behavior and measure performance"
|
||||
|
@ -33,7 +33,7 @@ do_install() {
|
|||
|
||||
apache-jmeter-doc_package() {
|
||||
archs=noarch
|
||||
short_description+=" - Documentation"
|
||||
short_desc+=" - documentation"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove /usr/libexec/apache-jmeter/xdocs
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'argon2'
|
||||
pkgname=argon2
|
||||
version=20190702
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc="phc-winner-argon2-${version}"
|
||||
build_style=gnu-makefile
|
||||
make_use_env=yes
|
||||
|
@ -16,14 +16,14 @@ distfiles="https://github.com/P-H-C/phc-winner-argon2/archive/${version}.tar.gz"
|
|||
checksum=daf972a89577f8772602bf2eb38b6a3dd3d922bf5724d45e7f9589b5e830442c
|
||||
|
||||
libargon2_package() {
|
||||
short_desc+="Password hashing library"
|
||||
short_desc="Password hashing library"
|
||||
pkg_install() {
|
||||
vmove "usr/lib/*.so.*"
|
||||
}
|
||||
}
|
||||
|
||||
libargon2-devel_package() {
|
||||
short_desc+="Password hashing library - development files"
|
||||
short_desc="Password hashing library - development files"
|
||||
depends="libargon2>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libgfshare'
|
||||
pkgname=libgfshare
|
||||
version=2.0.0
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool pkg-config"
|
||||
short_desc="Shamir's secret-sharing method in the Galois Field GF(2**8)"
|
||||
|
@ -31,7 +31,7 @@ libgfshare-devel_package() {
|
|||
}
|
||||
|
||||
libgfshare-tools_package() {
|
||||
short_desc+="gfsplit and gfcombine tools for multi-way secret-sharing"
|
||||
short_desc="gfsplit and gfcombine tools for multi-way secret-sharing"
|
||||
pkg_install() {
|
||||
vmove usr/bin/gfcombine
|
||||
vmove usr/bin/gfsplit
|
||||
|
|
|
@ -24,7 +24,7 @@ post_install() {
|
|||
}
|
||||
|
||||
libxml2-python3_package() {
|
||||
short_desc+="${short_dest/Python2/Python3}"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove "usr/lib/python3*"
|
||||
vlicense ../COPYING
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'protobuf'
|
||||
pkgname=protobuf
|
||||
version=3.7.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config automake libtool"
|
||||
makedepends="zlib-devel"
|
||||
|
@ -72,7 +72,7 @@ protobuf-devel_package() {
|
|||
depends="zlib-devel
|
||||
libprotobuf18-${version}_${revision}
|
||||
libprotobuf-lite18-${version}_${revision}"
|
||||
short_desc+="Protocol buffers C++ library - development files"
|
||||
short_desc="Protocol buffers C++ library - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/libprotobuf.a
|
||||
|
|
|
@ -5,14 +5,14 @@ revision=4
|
|||
archs=noarch
|
||||
wrksrc="musicbrainzngs-${version}"
|
||||
build_style="python-module"
|
||||
pycompile_module="musicbrainzngs"
|
||||
hostmakedepends="python-devel python3-devel"
|
||||
makedepends="${hostmakedepends}"
|
||||
depends="python"
|
||||
pycompile_module="musicbrainzngs"
|
||||
short_desc="Python2 bindings for the Musicbrainz NGS webservice interface"
|
||||
maintainer="Steven R <dev@styez.com>"
|
||||
homepage="https://github.com/alastair/python-musicbrainz-ngs/"
|
||||
license="BSD"
|
||||
homepage="https://github.com/alastair/python-musicbrainz-ngs/"
|
||||
distfiles="${PYPI_SITE}/m/musicbrainzngs/musicbrainzngs-${version}.tar.gz"
|
||||
checksum=28ef261a421dffde0a25281dab1ab214e1b407eec568cd05a53e73256f56adb5
|
||||
|
||||
|
@ -24,7 +24,7 @@ python3-musicbrainzngs_package() {
|
|||
archs=noarch
|
||||
depends="python3"
|
||||
pycompile_module="musicbrainzngs"
|
||||
short_desc="${short_desc/python2/python3}"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vlicense COPYING
|
||||
vmove usr/lib/python3*
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'xcb-util-keysyms'
|
||||
pkgname=xcb-util-keysyms
|
||||
version=0.4.0
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -15,7 +15,7 @@ checksum=0ef8490ff1dede52b7de533158547f8b454b241aa3e4dcca369507f66f216dd9
|
|||
|
||||
xcb-util-keysyms-devel_package() {
|
||||
depends="libxcb-devel ${sourcepkg}>=${version}_${revision}"
|
||||
short_desco+=" - development files"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
|
|
Loading…
Reference in a new issue