summaryrefslogtreecommitdiffstats
path: root/extra/libspectre
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-12-23 18:35:26 +0100
committertnut <thierryn1 at hispeed dot ch>2009-12-23 18:35:26 +0100
commitf53056b4ce438e48f28a239c46e5b02d47494f89 (patch)
tree4278cf8644a87e3ddd923ca5323d54528cbce856 /extra/libspectre
parentfbe1082f1d869b4059127efcc308f37d478c487a (diff)
downloadnutyx-extra-f53056b4ce438e48f28a239c46e5b02d47494f89.tar.gz
nutyx-extra-f53056b4ce438e48f28a239c46e5b02d47494f89.tar.bz2
nutyx-extra-f53056b4ce438e48f28a239c46e5b02d47494f89.tar.xz
nutyx-extra-f53056b4ce438e48f28a239c46e5b02d47494f89.zip
Ajout de libspectre#0.2.3-1
Diffstat (limited to 'extra/libspectre')
-rw-r--r--extra/libspectre/.footprint18
-rw-r--r--extra/libspectre/.md5sum1
-rwxr-xr-xextra/libspectre/Pkgfile19
3 files changed, 38 insertions, 0 deletions
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
+}
+