summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 17:39:51 +0200
committertnut <tnut at nutyx dot com>2011-10-15 17:39:51 +0200
commit037de5f35e63b6c48f4a8f84758c195babbdb069 (patch)
tree1511ee7395794ba0c52e9eaeb86a1f46850d676d /extra
parentc750bbd57417d0fc150a48147563773590711286 (diff)
downloadnutyx-extra-037de5f35e63b6c48f4a8f84758c195babbdb069.tar.gz
nutyx-extra-037de5f35e63b6c48f4a8f84758c195babbdb069.tar.bz2
nutyx-extra-037de5f35e63b6c48f4a8f84758c195babbdb069.tar.xz
nutyx-extra-037de5f35e63b6c48f4a8f84758c195babbdb069.zip
qimageblitz dans extra
Diffstat (limited to 'extra')
-rw-r--r--extra/qimageblitz/.footprint.i68614
-rw-r--r--extra/qimageblitz/.footprint.x86_6414
-rw-r--r--extra/qimageblitz/.md5sum.i6861
-rw-r--r--extra/qimageblitz/.md5sum.x86_641
-rwxr-xr-xextra/qimageblitz/Pkgfile25
5 files changed, 55 insertions, 0 deletions
diff --git a/extra/qimageblitz/.footprint.i686 b/extra/qimageblitz/.footprint.i686
new file mode 100644
index 000000000..ce175cca7
--- /dev/null
+++ b/extra/qimageblitz/.footprint.i686
@@ -0,0 +1,14 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/blitztest
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/qimageblitz/
+-rw-r--r-- root/root usr/include/qimageblitz/blitzcpu.h
+-rw-r--r-- root/root usr/include/qimageblitz/qimageblitz.h
+-rw-r--r-- root/root usr/include/qimageblitz/qimageblitz_export.h
+drwxr-xr-x root/root usr/lib/
+lrwxrwxrwx root/root usr/lib/libqimageblitz.so -> libqimageblitz.so.4
+lrwxrwxrwx root/root usr/lib/libqimageblitz.so.4 -> libqimageblitz.so.4.0.0
+-rwxr-xr-x root/root usr/lib/libqimageblitz.so.4.0.0
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/qimageblitz.pc
diff --git a/extra/qimageblitz/.footprint.x86_64 b/extra/qimageblitz/.footprint.x86_64
new file mode 100644
index 000000000..ce175cca7
--- /dev/null
+++ b/extra/qimageblitz/.footprint.x86_64
@@ -0,0 +1,14 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/blitztest
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/qimageblitz/
+-rw-r--r-- root/root usr/include/qimageblitz/blitzcpu.h
+-rw-r--r-- root/root usr/include/qimageblitz/qimageblitz.h
+-rw-r--r-- root/root usr/include/qimageblitz/qimageblitz_export.h
+drwxr-xr-x root/root usr/lib/
+lrwxrwxrwx root/root usr/lib/libqimageblitz.so -> libqimageblitz.so.4
+lrwxrwxrwx root/root usr/lib/libqimageblitz.so.4 -> libqimageblitz.so.4.0.0
+-rwxr-xr-x root/root usr/lib/libqimageblitz.so.4.0.0
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/qimageblitz.pc
diff --git a/extra/qimageblitz/.md5sum.i686 b/extra/qimageblitz/.md5sum.i686
new file mode 100644
index 000000000..d75777f64
--- /dev/null
+++ b/extra/qimageblitz/.md5sum.i686
@@ -0,0 +1 @@
+0ae2f7d4e0876764a97ca73799f61df4 qimageblitz-0.0.6.tar.bz2
diff --git a/extra/qimageblitz/.md5sum.x86_64 b/extra/qimageblitz/.md5sum.x86_64
new file mode 100644
index 000000000..d75777f64
--- /dev/null
+++ b/extra/qimageblitz/.md5sum.x86_64
@@ -0,0 +1 @@
+0ae2f7d4e0876764a97ca73799f61df4 qimageblitz-0.0.6.tar.bz2
diff --git a/extra/qimageblitz/Pkgfile b/extra/qimageblitz/Pkgfile
new file mode 100755
index 000000000..64eae0b25
--- /dev/null
+++ b/extra/qimageblitz/Pkgfile
@@ -0,0 +1,25 @@
+# Description: Librairie Blitz graphy
+# URL: http://www.kde.org
+# Maintainer: NuTyX packager team
+# Packager: lesibel at free dot fr
+# Depends on: cmake, qt
+# Run on: expat,pcre,qt
+
+name=qimageblitz
+version=0.0.6
+release=1
+source=(http://download.kde.org/stable/$name/$name-$version.tar.bz2)
+
+build() {
+ cd $SRC
+ mkdir build
+ cd build
+
+ cmake cmake ../$name-$version \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release
+ make
+ make DESTDIR=$PKG install
+
+ chown -R root:root $PKG
+}