summaryrefslogtreecommitdiffstats
path: root/kde/attica/Pkgfile
diff options
context:
space:
mode:
authorfanch <fanchyannmaria at orange dot fr>2010-02-13 20:21:46 +0100
committerfanch <fanchyannmaria at orange dot fr>2010-02-13 20:21:46 +0100
commit70c5aba3306407f6d324ff6ba48907ac9ac5f820 (patch)
tree06db45bb379b6083a6ef0888dfe19eaa3500a017 /kde/attica/Pkgfile
parentaea876bbfefeda312fce05e91d0cdea58024af30 (diff)
parent758c18b17c044f88e0b1e21ee0f8aa613f9e4fed (diff)
downloadnutyx-extra-70c5aba3306407f6d324ff6ba48907ac9ac5f820.tar.gz
nutyx-extra-70c5aba3306407f6d324ff6ba48907ac9ac5f820.tar.bz2
nutyx-extra-70c5aba3306407f6d324ff6ba48907ac9ac5f820.tar.xz
nutyx-extra-70c5aba3306407f6d324ff6ba48907ac9ac5f820.zip
Merge remote branch 'nutyx-2009/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
+}