summaryrefslogtreecommitdiffstats
path: root/attica/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'attica/Pkgfile')
-rw-r--r--attica/Pkgfile22
1 files changed, 22 insertions, 0 deletions
diff --git a/attica/Pkgfile b/attica/Pkgfile
new file mode 100644
index 000000000..2a562706a
--- /dev/null
+++ b/attica/Pkgfile
@@ -0,0 +1,22 @@
+# 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=2
+
+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
+}