Skip to content

Update Potrace and install library #1278

Merged
merged 8 commits into from
Sep 12, 2019
Merged
22 changes: 11 additions & 11 deletions potrace-1.13-0.bee → potrace.be0
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env beesh

# BEE_VERSION potrace-1.15-0

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)

Expand All @@ -16,14 +18,8 @@ SRCURL[0]="http://potrace.sourceforge.net/download/${PKGVERSION}/potrace-${PKGVE
# PATCHURL+=()

###############################################################################
## Add filename patterns to the EXCLUDE array of files that should not
## be added to you package but may be present in the image directory.

# EXCLUDE+=()

###############################################################################
## Uncomment the next statement, if the software may not be able to be build
## outside the source directory and need to be build inside the source
## Uncomment the next statement, if the software may not be able to be built
## outside the source directory and needs to be built inside the source
## directory.

# build_in_sourcedir
Expand Down Expand Up @@ -51,9 +47,13 @@ SRCURL[0]="http://potrace.sourceforge.net/download/${PKGVERSION}/potrace-${PKGVE
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}
mee_configure() {
bee_configure \
--disable-static \
--with-libpotrace \
--enable-metric \
--enable-a4
}

#mee_build() {
# bee_build
Expand Down