summaryrefslogtreecommitdiff
path: root/community/codeblocks/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/codeblocks/PKGBUILD')
-rw-r--r--community/codeblocks/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/community/codeblocks/PKGBUILD b/community/codeblocks/PKGBUILD
index 41704dd93..3094044db 100644
--- a/community/codeblocks/PKGBUILD
+++ b/community/codeblocks/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 81177 2012-12-12 19:46:48Z bpiotrowski $
+# $Id: PKGBUILD 94017 2013-07-13 12:31:23Z svenstaro $
# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
# Contributor: Robert Hollencamp <rhollencamp@gmail.com>
# Contributor: Daniel J Griffiths <griffithsdj@inbox.com>
@@ -6,10 +6,10 @@
pkgname=codeblocks
pkgver=12.11
-pkgrel=2.1
+pkgrel=3
pkgdesc='Open source and cross-platform C/C++ IDE'
arch=('i686' 'x86_64' 'mips64el')
-url="http://www.codeblocks.org"
+url='http://www.codeblocks.org'
license=('GPL3')
depends=('boost-libs' 'bzip2' 'desktop-file-utils' 'gamin' 'gtk-update-icon-cache'
'hicolor-icon-theme' 'hunspell' 'shared-mime-info' 'wxgtk')
@@ -20,7 +20,7 @@ source=(http://download.berlios.de/$pkgname/${pkgname}_${pkgver}-1.tar.gz)
md5sums=('4fa8980a8c578b8b5589fceb9b0890d6')
build() {
- cd $srcdir/$pkgname-${pkgver}release*
+ cd $pkgname-${pkgver}release*
LDFLAGS+=' -lX11'
./configure --prefix=/usr --with-contrib-plugins=all
@@ -28,6 +28,6 @@ build() {
}
package() {
- cd $srcdir/$pkgname-${pkgver}release*
- make DESTDIR=$pkgdir install
+ cd $pkgname-${pkgver}release*
+ make DESTDIR="$pkgdir" install
}