🔒 Repository is read-only – file editing is disabled.

recipes/utils/potrace/PAGBUILD.yaml main

27 linii Raw ← Powrót
123456789101112131415161718192021222324252627
pkgname: potrace
pkgver: '1.16'
pkgrel: '2'
pkgdesc: 'Utility for tracing a bitmap (input: PBM,PGM,PPM,BMP; output: EPS,PS,PDF,SVG,DXF,PGM,Gimppath,XFig)'
url: 'https://potrace.sourceforge.net/'
arch: x86_64
depends: []
makedepends: []
source:
- 'https://potrace.sourceforge.net/download/${pkgver}/${pkgname}-${pkgver}.tar.gz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}

  ./configure \
  	--prefix=/usr \
  	--mandir=/usr/share/man \
  	--with-libpotrace \

  make
  make DESTDIR=${PKGDIR} install

package: |
  true