summaryrefslogtreecommitdiffstats
path: root/kde/okular/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 17:39:50 +0200
committertnut <tnut at nutyx dot com>2011-10-15 17:39:50 +0200
commit5aff292a754ab8489e81dadd15b912555fc16266 (patch)
treed6722d9faf4f55ec7b1f200793c6a33e8a8da266 /kde/okular/Pkgfile
parent3c83aa6f8031d7e34e0846fed3d7263556e5f996 (diff)
downloadnutyx-pakxe-5aff292a754ab8489e81dadd15b912555fc16266.tar.gz
nutyx-pakxe-5aff292a754ab8489e81dadd15b912555fc16266.tar.bz2
nutyx-pakxe-5aff292a754ab8489e81dadd15b912555fc16266.tar.xz
nutyx-pakxe-5aff292a754ab8489e81dadd15b912555fc16266.zip
okular dans extra
Diffstat (limited to 'kde/okular/Pkgfile')
-rwxr-xr-xkde/okular/Pkgfile25
1 files changed, 0 insertions, 25 deletions
diff --git a/kde/okular/Pkgfile b/kde/okular/Pkgfile
deleted file mode 100755
index 2ec58a3bf..000000000
--- a/kde/okular/Pkgfile
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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.2
-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
-}
-