summaryrefslogtreecommitdiffstats
path: root/kde/tellico/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'kde/tellico/Pkgfile')
-rw-r--r--kde/tellico/Pkgfile21
1 files changed, 0 insertions, 21 deletions
diff --git a/kde/tellico/Pkgfile b/kde/tellico/Pkgfile
deleted file mode 100644
index f5729f6a8..000000000
--- a/kde/tellico/Pkgfile
+++ /dev/null
@@ -1,21 +0,0 @@
-# Description: Gestionnaire de collection en Qt4
-# URL: http://tellico-project.org/
-# Maintainer: NuTyX packager team
-# Packager: lesibel at free dot ch
-# Depends on: qt, libxml2, libxslt, taglib, python, kdebase-workspace, poppler-qt
-# Run on: qt,libxml2,libxslt,taglib,python,kdebase-workspace,poppler-qt
-
-name=tellico
-version=2.3
-release=1
-source=(http://tellico-project.org/files/$name-$version.tar.bz2)
-
-build() {
- cd $name-$version
- mkdir build
- cd build
- cmake ../ -DCMAKE_INSTALL_PREFIX=/usr
- make
- make DESTDIR=$PKG install
-}
-