From 6a04ccb9baf5698663c0aa224f0eb83dbfce7f5f Mon Sep 17 00:00:00 2001 From: sibel sibel Date: Thu, 11 Feb 2010 09:40:00 +0100 Subject: maj de attica#0.1.2-1 --- kde/attica/Pkgfile | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 kde/attica/Pkgfile (limited to 'kde/attica/Pkgfile') 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 +} -- cgit v1.2.3-54-g00ecf