diff options
Diffstat (limited to 'kde/attica/Pkgfile')
-rw-r--r-- | kde/attica/Pkgfile | 19 |
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 +} |