summaryrefslogtreecommitdiffstats
path: root/kde/attica/Pkgfile
blob: 6d027a50e8fcd18d20622da31e1b0d7a742c4176 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Description: Lib pour travail collaboratif
# URL: http://www.kde.org/
# Maintainer: NuTyX core team
# Packager: lesibel at free dot fr
# Depends on: qt, cmake

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
}