summaryrefslogtreecommitdiffstats
path: root/kde/attica/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'kde/attica/Pkgfile')
-rw-r--r--kde/attica/Pkgfile22
1 files changed, 0 insertions, 22 deletions
diff --git a/kde/attica/Pkgfile b/kde/attica/Pkgfile
deleted file mode 100644
index 64b5f3259..000000000
--- a/kde/attica/Pkgfile
+++ /dev/null
@@ -1,22 +0,0 @@
-# Description: Lib pour travail collaboratif
-# URL: http://www.kde.org/
-# Maintainer: NuTyX core team
-# Packager: lesibel at free dot fr
-# Depends on: qt, cmake
-# Run on: qt
-
-name=attica
-version=0.2.0
-release=1
-
-source=(http://mirrors.isc.org/pub/kde/stable/$name//$name-$version.tar.bz2)
-
-build() {
- cd $name-$version
- mkdir build
- cd build
- cmake ../ -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
- make DESTDIR=$PKG install
-}