From f53056b4ce438e48f28a239c46e5b02d47494f89 Mon Sep 17 00:00:00 2001 From: tnut Date: Wed, 23 Dec 2009 18:35:26 +0100 Subject: Ajout de libspectre#0.2.3-1 --- extra/libspectre/.footprint | 18 ++++++++++++++++++ extra/libspectre/.md5sum | 1 + extra/libspectre/Pkgfile | 19 +++++++++++++++++++ 3 files changed, 38 insertions(+) create mode 100644 extra/libspectre/.footprint create mode 100644 extra/libspectre/.md5sum create mode 100755 extra/libspectre/Pkgfile (limited to 'extra') diff --git a/extra/libspectre/.footprint b/extra/libspectre/.footprint new file mode 100644 index 000000000..8c58d51ca --- /dev/null +++ b/extra/libspectre/.footprint @@ -0,0 +1,18 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/libspectre/ +-rw-r--r-- root/root usr/include/libspectre/spectre-document.h +-rw-r--r-- root/root usr/include/libspectre/spectre-exporter.h +-rw-r--r-- root/root usr/include/libspectre/spectre-macros.h +-rw-r--r-- root/root usr/include/libspectre/spectre-page.h +-rw-r--r-- root/root usr/include/libspectre/spectre-render-context.h +-rw-r--r-- root/root usr/include/libspectre/spectre-status.h +-rw-r--r-- root/root usr/include/libspectre/spectre-version.h +-rw-r--r-- root/root usr/include/libspectre/spectre.h +drwxr-xr-x root/root usr/lib/ +-rwxr-xr-x root/root usr/lib/libspectre.la +lrwxrwxrwx root/root usr/lib/libspectre.so -> libspectre.so.1.1.3 +lrwxrwxrwx root/root usr/lib/libspectre.so.1 -> libspectre.so.1.1.3 +-rwxr-xr-x root/root usr/lib/libspectre.so.1.1.3 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/libspectre.pc diff --git a/extra/libspectre/.md5sum b/extra/libspectre/.md5sum new file mode 100644 index 000000000..5d87ee477 --- /dev/null +++ b/extra/libspectre/.md5sum @@ -0,0 +1 @@ +9c5867e970d1bad5f80809bfdb4306c1 libspectre-0.2.3.tar.gz diff --git a/extra/libspectre/Pkgfile b/extra/libspectre/Pkgfile new file mode 100755 index 000000000..bf37da399 --- /dev/null +++ b/extra/libspectre/Pkgfile @@ -0,0 +1,19 @@ +# Description: librairie pour le rendu des documents postscript +# URL: http://libspectre.freedesktop.org/wiki/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: ghostscript + +name=libspectre +version=0.2.3 +release=1 +source=(http://libspectre.freedesktop.org/releases/$name-$version.tar.gz) + +build() { +cd $name-$version + ./configure --prefix=/usr \ + --disable-static + make + make DESTDIR=$PKG install +} + -- cgit v1.2.3-70-g09d2