summaryrefslogtreecommitdiffstats
path: root/attica/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'attica/Pkgfile')
-rw-r--r--attica/Pkgfile19
1 files changed, 9 insertions, 10 deletions
diff --git a/attica/Pkgfile b/attica/Pkgfile
index 2a562706a..898bc3bbf 100644
--- a/attica/Pkgfile
+++ b/attica/Pkgfile
@@ -6,17 +6,16 @@
# Run on: qt
name=attica
-version=0.2.0
-release=2
-
+version=0.2.9
+release=1
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
+ cd $name-$version
+ mkdir build
+ cd build
+ cmake ../ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+ make DESTDIR=$PKG install
}