Skip to content

pv: update to 1.6.6 #1371

Merged
merged 2 commits into from
Oct 1, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 13 additions & 12 deletions pv-1.3.4-0.x86_64.bee → pv.be0
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
#!/usr/bin/env beesh

SRCURL[0]="http://www.ivarch.com/programs/sources/pv-${PKGVERSION}.tar.bz2"

PATCHURL[0]=""
# BEE_VERSION pv-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 "${@}"
Expand All @@ -24,9 +20,10 @@ PATCHURL[0]=""
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}
mee_configure() {
bee_configure \
--disable-nls
}

#mee_build() {
# bee_build
Expand All @@ -35,3 +32,7 @@ PATCHURL[0]=""
#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}