From 3f57a7f93b3e7550cbd73036f6a56654e17d1d5c Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 8 Jan 2012 12:15:45 +0100 Subject: split de git pakxe et NuTyX-extra --- attica/Pkgfile | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 attica/Pkgfile (limited to 'attica/Pkgfile') diff --git a/attica/Pkgfile b/attica/Pkgfile new file mode 100644 index 000000000..2a562706a --- /dev/null +++ b/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=2 + +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 +} -- cgit v1.2.3-54-g00ecf