summaryrefslogtreecommitdiff
path: root/community/krecipes
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-11-05 23:14:55 +0000
committerroot <root@rshg054.dnsready.net>2011-11-05 23:14:55 +0000
commit82fd7f658509afe9737e14e8d1ee9fefe13c9d1f (patch)
tree9c41c06e2e0b0ef270dc8eec367171163497f622 /community/krecipes
parent3026bb55941e3b04b56f5fb41b88941c6c2ce0cd (diff)
Sat Nov 5 23:14:55 UTC 2011
Diffstat (limited to 'community/krecipes')
-rw-r--r--community/krecipes/PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/community/krecipes/PKGBUILD b/community/krecipes/PKGBUILD
index fb2fa4336..3328af055 100644
--- a/community/krecipes/PKGBUILD
+++ b/community/krecipes/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=krecipes
pkgver=2.0beta2
_pkgver=2.0-beta2
-pkgrel=1
+pkgrel=2
pkgdesc="A tool designed to make organizing your personal recipes collection fast and easy"
arch=('i686' 'x86_64')
url="http://extragear.kde.org/apps/krecipes/"
@@ -21,8 +21,10 @@ md5sums=('4c01ccad7ad1409cb35c824a61250fe2')
build() {
cd ${srcdir}
+
mkdir build
cd build
+
cmake ../${pkgname}-${_pkgver} \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr
@@ -31,5 +33,6 @@ build() {
package() {
cd ${srcdir}/build
+
make DESTDIR=${pkgdir} install
}