wok-next diff potrace/receipt @ rev 20891

cookutils: up (1085); syslinux: remove docs
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jul 19 18:27:17 2018 +0300 (2018-07-19)
parents 10df65db91ad
children f48456621a9d
line diff
     1.1 --- a/potrace/receipt	Thu Apr 19 13:15:41 2018 +0300
     1.2 +++ b/potrace/receipt	Thu Jul 19 18:27:17 2018 +0300
     1.3 @@ -1,12 +1,13 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="potrace"
     1.7 -VERSION="1.14"
     1.8 +VERSION="1.15"
     1.9  CATEGORY="graphics"
    1.10  SHORT_DESC="Transform bitmaps into vector graphics"
    1.11  MAINTAINER="al.bobylev@gmail.com"
    1.12  LICENSE="GPL"
    1.13  WEB_SITE="http://potrace.sourceforge.net/"
    1.14 +LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/potrace.html"
    1.15  
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17  WGET_URL="$SF_MIRROR/potrace/$TARBALL"
    1.18 @@ -16,6 +17,7 @@
    1.19  
    1.20  compile_rules() {
    1.21  	./configure \
    1.22 +		--disable-static \
    1.23  		--enable-metric \
    1.24  		--enable-a4 \
    1.25  		--with-libpotrace \