From 192f46fdf1b2de147c9418762487aaf60c77cb7e Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Mon, 30 Sep 2019 12:20:35 +0200 Subject: [PATCH 1/2] pv: update to 1.6.6 pv - monitor the progress of data through a pipe ``` bee update pv-1.6.6-0 ``` - be0ify - bump version --- pv-1.3.4-0.x86_64.bee => pv.be0 | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) rename pv-1.3.4-0.x86_64.bee => pv.be0 (57%) diff --git a/pv-1.3.4-0.x86_64.bee b/pv.be0 similarity index 57% rename from pv-1.3.4-0.x86_64.bee rename to pv.be0 index 3b9e77a35..51977a334 100755 --- a/pv-1.3.4-0.x86_64.bee +++ b/pv.be0 @@ -1,20 +1,16 @@ #!/usr/bin/env beesh -SRCURL[0]="http://www.ivarch.com/programs/sources/pv-${PKGVERSION}.tar.bz2" - -PATCHURL[0]="" +# BEE_VERSION NAME-1.6.6-0 -# BEE_CONFIGURE=compat +# more info: https://www.ivarch.com/programs/pv.shtml -# BEE_BUILDTYPE= +SRCURL[0]="http://www.ivarch.com/programs/sources/pv-${PKGVERSION}.tar.bz2" -# EXCLUDE=() +# PATCHURL+=() # build_in_sourcedir - - - +# sourcesubdir_append src #mee_extract() { # bee_extract "${@}" @@ -24,9 +20,10 @@ PATCHURL[0]="" # bee_patch "${@}" #} -#mee_configure() { -# bee_configure -#} +mee_configure() { + bee_configure \ + --disable-nls +} #mee_build() { # bee_build @@ -35,3 +32,7 @@ PATCHURL[0]="" #mee_install() { # bee_install #} + +#mee_install_post() { +# exit +#} From 9d63c1a8e8ecef019f6cc6a68a12947f3ae1cff3 Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Mon, 30 Sep 2019 12:31:19 +0200 Subject: [PATCH 2/2] pv: fix packagename --- pv.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pv.be0 b/pv.be0 index 51977a334..29fce7caa 100755 --- a/pv.be0 +++ b/pv.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION NAME-1.6.6-0 +# BEE_VERSION pv-1.6.6-0 # more info: https://www.ivarch.com/programs/pv.shtml