summaryrefslogtreecommitdiffstats
path: root/kde/attica/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 17:39:41 +0200
committertnut <tnut at nutyx dot com>2011-10-15 17:39:41 +0200
commitd1665fa1d40422ab126536b975794092a9eb2025 (patch)
tree0745a5ad0abbd315df953cc8e3c459685c9e9c55 /kde/attica/Pkgfile
parente43d6219a83c8929274244b4d6305db495f17bfb (diff)
downloadnutyx-extra-d1665fa1d40422ab126536b975794092a9eb2025.tar.gz
nutyx-extra-d1665fa1d40422ab126536b975794092a9eb2025.tar.bz2
nutyx-extra-d1665fa1d40422ab126536b975794092a9eb2025.tar.xz
nutyx-extra-d1665fa1d40422ab126536b975794092a9eb2025.zip
attica dans extra
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
-}