summaryrefslogtreecommitdiffstats
path: root/okular/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'okular/Pkgfile')
-rwxr-xr-xokular/Pkgfile25
1 files changed, 25 insertions, 0 deletions
diff --git a/okular/Pkgfile b/okular/Pkgfile
new file mode 100755
index 000000000..8bb8d43f9
--- /dev/null
+++ b/okular/Pkgfile
@@ -0,0 +1,25 @@
+# Description: Afficheur universel de documents pour KDE4
+# URL: http://www.kde.org
+# Maintainer: NuTyX packager team
+# Packager: lesibel at free dot fr
+# Depends on: cmake,automoc4,kdelibs,kde-runtime,qimageblitz,chmlib,djvulibre,ebook-tools,poppler-qt,libspectre,sane,libkdcraw
+# Run on: kdelibs,kde-runtime,qimageblitz,chmlib,djvulibre,ebook-tools,poppler-qt,libspectre,sane,libkdcraw
+
+name=okular
+version=4.7.4
+release=1
+source=( ftp://ftp.kde.org/pub/kde/stable/$version/src/$name-$version.tar.bz2)
+
+build() {
+ cd $name-*
+ mkdir build
+ cd build
+ cmake ../ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DKDE_DEFAULT_HOME=.kde \
+ -DSYSCONF_INSTALL_DIR=/etc \
+ -DCMAKE_SKIP_RPATH=ON
+ make
+ make DESTDIR=$PKG install
+}
+