diff options
Diffstat (limited to 'extra/attica/Pkgfile')
-rw-r--r-- | extra/attica/Pkgfile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/extra/attica/Pkgfile b/extra/attica/Pkgfile new file mode 100644 index 000000000..64b5f3259 --- /dev/null +++ b/extra/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=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 +} |