UmVirt LFS Package info

📦Package info

🔙Parent Directory  -

DB commit: c9dd8835b9e79548f70e25c8ffb9d09430f622a0
APP commit:
[ BASH | XML | JSON ]

potrace

Potraceâ„¢ is a tool for transforming a bitmap (PBM, PGM, PPM, or BMP format) into one of several vector file formats.

Package info

Codename: potrace
Source file: potrace-1.16.tar.gz
Source directory: potrace-1.16
Package URL: https://ulfs.org/linux/downloads/package_files/4145625122/packages/p/potrace-1.16.tar.gz
Package md5-checksum URL: https://ulfs.org/linux/downloads/package_files/4145625122/packages/p/potrace-1.16.tar.gz.md5sum
Dependances: *** NO DEPENDANCES FOUND ***
Dependance of: glaxnimate, inkscape.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
ARG_STATIC="--disable-static"
if [[ "$ULFS_PKG_STATIC" == "YES" ]]
then
    ARG_STATIC="--enable-static"
fi

./configure --prefix=/usr                        \
            $ARG_STATIC                          \
            --docdir=/usr/share/doc/potrace-1.16 \
            --enable-a4                          \
            --enable-metric                      \
            --with-libpotrace

Build script:
make
if [[ "$ULFS_PKG_TEST" == "YES" ]]
then
	    make check
fi

Install script:
make install


Apache/2.4.62 (Debian) Server at ulfs.org Port 443