From 33eb18c18488784a7ea3f72879ddcb5a74f93e58 Mon Sep 17 00:00:00 2001 From: Thierry N Date: Sun, 23 Aug 2009 21:11:56 +0200 Subject: Ajout de qimageblitz#0.0.4-1 --- kde/qimageblitz/.footprint | 15 +++++++++++++++ kde/qimageblitz/.md5sum | 1 + kde/qimageblitz/Pkgfile | 22 ++++++++++++++++++++++ 3 files changed, 38 insertions(+) create mode 100644 kde/qimageblitz/.footprint create mode 100644 kde/qimageblitz/.md5sum create mode 100755 kde/qimageblitz/Pkgfile (limited to 'kde/qimageblitz') diff --git a/kde/qimageblitz/.footprint b/kde/qimageblitz/.footprint new file mode 100644 index 000000000..f84d5f8d2 --- /dev/null +++ b/kde/qimageblitz/.footprint @@ -0,0 +1,15 @@ +drwxr-xr-x root/root opt/ +drwxr-xr-x root/root opt/kde/ +drwxr-xr-x root/root opt/kde/bin/ +-rwxr-xr-x root/root opt/kde/bin/blitztest +drwxr-xr-x root/root opt/kde/include/ +drwxr-xr-x root/root opt/kde/include/qimageblitz/ +-rw-r--r-- root/root opt/kde/include/qimageblitz/blitzcpu.h +-rw-r--r-- root/root opt/kde/include/qimageblitz/qimageblitz.h +-rw-r--r-- root/root opt/kde/include/qimageblitz/qimageblitz_export.h +drwxr-xr-x root/root opt/kde/lib/ +lrwxrwxrwx root/root opt/kde/lib/libqimageblitz.so -> libqimageblitz.so.4 +lrwxrwxrwx root/root opt/kde/lib/libqimageblitz.so.4 -> libqimageblitz.so.4.0.0 +-rwxr-xr-x root/root opt/kde/lib/libqimageblitz.so.4.0.0 +drwxr-xr-x root/root opt/kde/lib/pkgconfig/ +-rw-r--r-- root/root opt/kde/lib/pkgconfig/qimageblitz.pc diff --git a/kde/qimageblitz/.md5sum b/kde/qimageblitz/.md5sum new file mode 100644 index 000000000..6c88f460b --- /dev/null +++ b/kde/qimageblitz/.md5sum @@ -0,0 +1 @@ +cb87c7f1c0455e8984ee4830f1e749cf qimageblitz-0.0.4.tar.bz2 diff --git a/kde/qimageblitz/Pkgfile b/kde/qimageblitz/Pkgfile new file mode 100755 index 000000000..63dd2bd17 --- /dev/null +++ b/kde/qimageblitz/Pkgfile @@ -0,0 +1,22 @@ +# Description: Librairie Blitz graphy +# URL: http://www.kde.org +# Maintainer: NuTyX packager team +# Packager: lesibel at free dot fr +# Depends on: cmake + +name=qimageblitz +version=0.0.4 +release=1 +source=(http://downloads.sourceforge.net/$name/$name-$version.tar.bz2) + +build() { + cd $name-$version + mkdir build + cd build + + cmake -DCMAKE_INSTALL_PREFIX=$KDE_PREFIX .. + make + make DESTDIR=$PKG install + + chown -R root:root $PKG +} -- cgit v1.2.3-54-g00ecf