summaryrefslogtreecommitdiffstats
path: root/extra/pstoedit/Pkgfile
blob: cd43ef84bbb1a331f5688030e22e55ad3eef5f9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Description: Permet la convertion des fichiers postscript et pdg en d'autres formats vectorielles
# URL: http://www.pstoedit.net/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: ghostscript, imagemagick, librsvg, plotutils, djvulibre
# Run on: ghostscript,imagemagick,librsvg,plotutils,djvulibre

name=pstoedit
version=3.50
release=1
source=(http://downloads.sourceforge.net/sourceforge/$name/$name-$version.tar.gz)

build() {
	unset MAKEFLAGS
	cd $name-$version
	sed -i 's/-pedantic//' configure
	./configure --prefix=/usr
	make
	make DESTDIR=$PKG install
}