From 2aed1c479a91e686062dcc9c7773852570556961 Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 17 Jan 2010 16:46:33 +0100 Subject: Ajout de pstoedit#3.50-1 --- extra/pstoedit/.footprint | 46 ++++++++++++++++++++++++++++++++++++++++++++++ extra/pstoedit/.md5sum | 1 + extra/pstoedit/Pkgfile | 19 +++++++++++++++++++ 3 files changed, 66 insertions(+) create mode 100644 extra/pstoedit/.footprint create mode 100644 extra/pstoedit/.md5sum create mode 100755 extra/pstoedit/Pkgfile (limited to 'extra') diff --git a/extra/pstoedit/.footprint b/extra/pstoedit/.footprint new file mode 100644 index 000000000..288db9459 --- /dev/null +++ b/extra/pstoedit/.footprint @@ -0,0 +1,46 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/pstoedit +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/pstoedit/ +-rw-r--r-- root/root usr/include/pstoedit/base64writer.h +-rw-r--r-- root/root usr/include/pstoedit/cppcomp.h +-rw-r--r-- root/root usr/include/pstoedit/drvbase.h +-rw-r--r-- root/root usr/include/pstoedit/drvfuncs.h +-rw-r--r-- root/root usr/include/pstoedit/genericints.h +-rw-r--r-- root/root usr/include/pstoedit/miscutil.h +-rw-r--r-- root/root usr/include/pstoedit/ordlist.h +-rw-r--r-- root/root usr/include/pstoedit/papersizes.h +-rw-r--r-- root/root usr/include/pstoedit/poptions.h +-rw-r--r-- root/root usr/include/pstoedit/psimage.h +-rw-r--r-- root/root usr/include/pstoedit/pstoedit.h +-rw-r--r-- root/root usr/include/pstoedit/pstoeditoptions.h +-rw-r--r-- root/root usr/include/pstoedit/pstoeditoutputlib.h +-rw-r--r-- root/root usr/include/pstoedit/pstoedll.h +drwxr-xr-x root/root usr/lib/ +-rwxr-xr-x root/root usr/lib/libpstoedit.la +lrwxrwxrwx root/root usr/lib/libpstoedit.so -> libpstoedit.so.0.0.0 +lrwxrwxrwx root/root usr/lib/libpstoedit.so.0 -> libpstoedit.so.0.0.0 +-rwxr-xr-x root/root usr/lib/libpstoedit.so.0.0.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/pstoedit.pc +drwxr-xr-x root/root usr/lib/pstoedit/ +-rwxr-xr-x root/root usr/lib/pstoedit/libp2edrvstd.la +lrwxrwxrwx root/root usr/lib/pstoedit/libp2edrvstd.so -> libp2edrvstd.so.0.0.0 +lrwxrwxrwx root/root usr/lib/pstoedit/libp2edrvstd.so.0 -> libp2edrvstd.so.0.0.0 +-rwxr-xr-x root/root usr/lib/pstoedit/libp2edrvstd.so.0.0.0 +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/aclocal/ +-rw-r--r-- root/root usr/share/aclocal/pstoedit.m4 +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/pstoedit.1.gz +drwxr-xr-x root/root usr/share/pstoedit/ +-rw-r--r-- root/root usr/share/pstoedit/examplefigmap.fmp +-rw-r--r-- root/root usr/share/pstoedit/latex2e.fmp +-rw-r--r-- root/root usr/share/pstoedit/mpost.fmp +-rw-r--r-- root/root usr/share/pstoedit/safer.ps +-rw-r--r-- root/root usr/share/pstoedit/svg.fmp +drwxr-xr-x root/root usr/share/pstoedit/swffonts/ +-rw-r--r-- root/root usr/share/pstoedit/swffonts/default.fdb +-rw-r--r-- root/root usr/share/pstoedit/wemf.fmp diff --git a/extra/pstoedit/.md5sum b/extra/pstoedit/.md5sum new file mode 100644 index 000000000..5a3f38b36 --- /dev/null +++ b/extra/pstoedit/.md5sum @@ -0,0 +1 @@ +97d649305ad90fab7a569154f17e0916 pstoedit-3.50.tar.gz diff --git a/extra/pstoedit/Pkgfile b/extra/pstoedit/Pkgfile new file mode 100755 index 000000000..250e321be --- /dev/null +++ b/extra/pstoedit/Pkgfile @@ -0,0 +1,19 @@ +# 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: ghoscript + +name=pstoedit +version=3.50 +release=1 +source=(http://downloads.sourceforge.net/sourceforge/$name/$name-$version.tar.gz) + +build() { + cd $name-$version + sed -i 's/-pedantic//' configure + ./configure --prefix=/usr + make + make DESTDIR=$PKG install +} + -- cgit v1.2.3-70-g09d2