wok-next view potrace/receipt @ rev 20902

brotli: up (1.0.5); compton: re-version (0.1_beta2+87 -> 20170907); cookutils: up (1087); curl: up (7.61.0); file: up (5.33); gnutls: up (3.5.19); gvfs: up (1.36.2); meson: up (0.47.1); webkit2gtk: update bdeps; add libgdata and uhttpmock
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jul 28 15:39:37 2018 +0300 (2018-07-28)
parents 10df65db91ad
children f48456621a9d
line source
1 # SliTaz package receipt v2.
3 PACKAGE="potrace"
4 VERSION="1.15"
5 CATEGORY="graphics"
6 SHORT_DESC="Transform bitmaps into vector graphics"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL"
9 WEB_SITE="http://potrace.sourceforge.net/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/potrace.html"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="$SF_MIRROR/potrace/$TARBALL"
15 BUILD_DEPENDS="zlib-dev"
16 SPLIT="potrace-dev"
18 compile_rules() {
19 ./configure \
20 --disable-static \
21 --enable-metric \
22 --enable-a4 \
23 --with-libpotrace \
24 $CONFIGURE_ARGS &&
25 fix libtool &&
26 make &&
27 make install
28 }
30 genpkg_rules() {
31 case $PACKAGE in
32 potrace)
33 copy @std
34 DEPENDS="zlib"
35 ;;
36 *-dev)
37 copy @dev
38 ;;
39 esac
40 }