summaryrefslogtreecommitdiffstats
path: root/kde/qimageblitz
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-01-04 23:33:42 +0100
committersibel <lesibel@free.fr>2011-01-04 23:33:42 +0100
commit072af59e04faa2c791babc111a52a824435096dc (patch)
tree0badff561cd305c5f04a4242c01bf07a560d2243 /kde/qimageblitz
parent14546a6e6f239a4a30414df4962d62f6ea75a913 (diff)
downloadnutyx-extra-072af59e04faa2c791babc111a52a824435096dc.tar.gz
nutyx-extra-072af59e04faa2c791babc111a52a824435096dc.tar.bz2
nutyx-extra-072af59e04faa2c791babc111a52a824435096dc.tar.xz
nutyx-extra-072af59e04faa2c791babc111a52a824435096dc.zip
qimageblitz#0.0.6-1, correction port
Diffstat (limited to 'kde/qimageblitz')
-rwxr-xr-xkde/qimageblitz/Pkgfile6
1 files changed, 4 insertions, 2 deletions
diff --git a/kde/qimageblitz/Pkgfile b/kde/qimageblitz/Pkgfile
index cb370772f..65e0f24ac 100755
--- a/kde/qimageblitz/Pkgfile
+++ b/kde/qimageblitz/Pkgfile
@@ -10,11 +10,13 @@ release=1
source=(http://download.kde.org/stable/$name/$name-$version.tar.bz2)
build() {
- cd $name-$version
+ cd $SRC
mkdir build
cd build
- cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+ cmake cmake ../$name-$version \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release
make
make DESTDIR=$PKG install