diff options
author | sibel sibel <lesibel@free.fr> | 2010-02-11 09:40:00 +0100 |
---|---|---|
committer | sibel sibel <lesibel@free.fr> | 2010-02-11 09:40:00 +0100 |
commit | 6a04ccb9baf5698663c0aa224f0eb83dbfce7f5f (patch) | |
tree | fb696a1ea4d259a8102d7e8c4277e599de6bb73f /kde/attica/Pkgfile | |
parent | e2f52f5a210a622709638c13c52f71884d802512 (diff) | |
download | nutyx-pakxe-6a04ccb9baf5698663c0aa224f0eb83dbfce7f5f.tar.gz nutyx-pakxe-6a04ccb9baf5698663c0aa224f0eb83dbfce7f5f.tar.bz2 nutyx-pakxe-6a04ccb9baf5698663c0aa224f0eb83dbfce7f5f.tar.xz nutyx-pakxe-6a04ccb9baf5698663c0aa224f0eb83dbfce7f5f.zip |
maj de attica#0.1.2-1
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 +} |