summaryrefslogtreecommitdiffstats
path: root/kde/attica/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-02-11 11:35:35 +0100
committertnut <thierryn1 at hispeed dot ch>2010-02-11 11:35:35 +0100
commit025820206e5f52b34075a01ef88f4229d636b446 (patch)
treeefb5da35dcf883a8b431cc9b2bcb7b09563b9681 /kde/attica/Pkgfile
parent03099ce965b66439b57b75076d73cc544fd950f1 (diff)
parent124857ed7d822de6d9db9223da52db750eb5debe (diff)
downloadnutyx-pakxe-025820206e5f52b34075a01ef88f4229d636b446.tar.gz
nutyx-pakxe-025820206e5f52b34075a01ef88f4229d636b446.tar.bz2
nutyx-pakxe-025820206e5f52b34075a01ef88f4229d636b446.tar.xz
nutyx-pakxe-025820206e5f52b34075a01ef88f4229d636b446.zip
Merge commit 'lesibel/master'
Diffstat (limited to 'kde/attica/Pkgfile')
-rw-r--r--kde/attica/Pkgfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/kde/attica/Pkgfile b/kde/attica/Pkgfile
new file mode 100644
index 000000000..4fb477a1a
--- /dev/null
+++ b/kde/attica/Pkgfile
@@ -0,0 +1,19 @@
+# Description: Lib pour travail collaboratif
+# URL:
+# Maintainer: NuTyX core team
+# Packager: lesibel at free dot fr
+# Depends on: qt
+
+name=attica
+version=0.1.2
+release=1
+source=(http://kiao.no-ip.info/NuTyX/files/$name-$version.tar.gz)
+build() {
+ cd $name-$version
+ mkdir build
+ cd build
+ cmake ../ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=$KDE_PREFIX
+ make
+ make DESTDIR=$PKG install
+}