summaryrefslogtreecommitdiff
path: root/extra/potrace
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-02-22 10:28:18 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2013-02-22 10:28:18 +0100
commit89da12a4917a580d24a76582283195a364de5d2c (patch)
tree239bdb76d33dae8ad8ad5406e0db27925862fe5a /extra/potrace
parent4199888a832fe0d15a95ab2bd60ae5d4957f86c0 (diff)
parent0ab7960ba6a457b7dd3ed5ede0cdb93e816d29a4 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: extra/easytag/PKGBUILD extra/ffmpeg/PKGBUILD extra/openmpi/PKGBUILD extra/potrace/PKGBUILD extra/ptlib/PKGBUILD libre/linux-libre/PKGBUILD
Diffstat (limited to 'extra/potrace')
-rw-r--r--extra/potrace/PKGBUILD17
1 files changed, 11 insertions, 6 deletions
diff --git a/extra/potrace/PKGBUILD b/extra/potrace/PKGBUILD
index 48f6111a7..370447a21 100644
--- a/extra/potrace/PKGBUILD
+++ b/extra/potrace/PKGBUILD
@@ -1,22 +1,27 @@
-# $Id: PKGBUILD 135877 2011-08-20 01:28:52Z bisson $
+# $Id: PKGBUILD 178385 2013-02-21 05:07:45Z bisson $
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Contributor: Damir Perisa <damir@archlinux.org>
pkgname=potrace
-pkgver=1.10
-pkgrel=1.1
+pkgver=1.11
+pkgrel=1
pkgdesc='Utility for tracing a bitmap (input: PBM,PGM,PPM,BMP; output: EPS,PS,PDF,SVG,DXF,PGM,Gimppath,XFig)'
url='http://potrace.sourceforge.net/'
arch=('i686' 'x86_64' 'mips64el')
license=('GPL')
-depends=('zlib')
options=('!libtool')
source=("http://potrace.sourceforge.net/download/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('e6e8b64d85d30b4695d197a79187ac98c2b236f9')
+sha1sums=('7296baf27bf35298263cb3ed3df34a38fed0b441')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr --mandir=/usr/share/man --with-libpotrace
+
+ ./configure \
+ --prefix=/usr \
+ --mandir=/usr/share/man \
+ --with-libpotrace \
+ --disable-static \
+
make
}