From 3f57a7f93b3e7550cbd73036f6a56654e17d1d5c Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 8 Jan 2012 12:15:45 +0100 Subject: split de git pakxe et NuTyX-extra --- libspectre/.footprint.i686 | 18 ++++++++++++++++++ libspectre/.footprint.x86_64 | 18 ++++++++++++++++++ libspectre/.md5sum.i686 | 1 + libspectre/.md5sum.x86_64 | 1 + libspectre/Pkgfile | 21 +++++++++++++++++++++ 5 files changed, 59 insertions(+) create mode 100644 libspectre/.footprint.i686 create mode 100644 libspectre/.footprint.x86_64 create mode 100644 libspectre/.md5sum.i686 create mode 100644 libspectre/.md5sum.x86_64 create mode 100755 libspectre/Pkgfile (limited to 'libspectre') diff --git a/libspectre/.footprint.i686 b/libspectre/.footprint.i686 new file mode 100644 index 000000000..57d52cbc7 --- /dev/null +++ b/libspectre/.footprint.i686 @@ -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.6 +lrwxrwxrwx root/root usr/lib/libspectre.so.1 -> libspectre.so.1.1.6 +-rwxr-xr-x root/root usr/lib/libspectre.so.1.1.6 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/libspectre.pc diff --git a/libspectre/.footprint.x86_64 b/libspectre/.footprint.x86_64 new file mode 100644 index 000000000..57d52cbc7 --- /dev/null +++ b/libspectre/.footprint.x86_64 @@ -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.6 +lrwxrwxrwx root/root usr/lib/libspectre.so.1 -> libspectre.so.1.1.6 +-rwxr-xr-x root/root usr/lib/libspectre.so.1.1.6 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/libspectre.pc diff --git a/libspectre/.md5sum.i686 b/libspectre/.md5sum.i686 new file mode 100644 index 000000000..02115e26a --- /dev/null +++ b/libspectre/.md5sum.i686 @@ -0,0 +1 @@ +5c6db35f2097c3a04c48c7f435d4b507 libspectre-0.2.6.tar.gz diff --git a/libspectre/.md5sum.x86_64 b/libspectre/.md5sum.x86_64 new file mode 100644 index 000000000..02115e26a --- /dev/null +++ b/libspectre/.md5sum.x86_64 @@ -0,0 +1 @@ +5c6db35f2097c3a04c48c7f435d4b507 libspectre-0.2.6.tar.gz diff --git a/libspectre/Pkgfile b/libspectre/Pkgfile new file mode 100755 index 000000000..b1626b4d1 --- /dev/null +++ b/libspectre/Pkgfile @@ -0,0 +1,21 @@ +# 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 +# Run on: ghostscript + +name=libspectre +version=0.2.6 +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