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 +#}