Skip to content

Commit

Permalink
Merge pull request #1371 from mariux64/update-pv166
Browse files Browse the repository at this point in the history
pv: update to 1.6.6
  • Loading branch information
wwwutz authored Oct 1, 2019
2 parents 4748550 + 9d63c1a commit 016a75c
Showing 1 changed file with 13 additions and 12 deletions.
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
#}

0 comments on commit 016a75c

Please sign in to comment.