summaryrefslogtreecommitdiffstats
path: root/kde/attica/Pkgfile
blob: 4fb477a1a72ee3f6a0f2d8c8f7945be8fb044f15 (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:
# 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
}