diff --git a/potrace-1.13-0.bee b/potrace.be0 similarity index 85% rename from potrace-1.13-0.bee rename to potrace.be0 index 8de588406..5bfccbe47 100755 --- a/potrace-1.13-0.bee +++ b/potrace.be0 @@ -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.) @@ -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 @@ -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