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