Skip to content

plotutils/pstoedit: rebuild #1592

Merged
merged 2 commits into from
Jan 17, 2020
Merged
Show file tree
Hide file tree
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
83 changes: 0 additions & 83 deletions plotutils-2.6-1.bee

This file was deleted.

37 changes: 37 additions & 0 deletions plotutils.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
#!/usr/bin/env beesh

# BEE_VERSION plotutils-2.6-2

# more info: https://directory.fsf.org/graphics/plotutils.html

SRCURL[0]="https://ftp.gnu.org/pub/gnu/plotutils/plotutils-${PKGVERSION}.tar.gz"

# https://git.archlinux.org/svntogit/packages.git/plain/trunk/plotutils-2.6-libpng-1.5.patch
PATCHURL+=("/src/mariux/md5repo/b275483d0452f7defe37d06ea1f2c174/plotutils-2.6-libpng-1.5.patch")

# build_in_sourcedir
# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}
2 changes: 1 addition & 1 deletion pstoedit.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION pstoedit-3.74-1
# BEE_VERSION pstoedit-3.74-2

# more info: http://www.pstoedit.com/

Expand Down