summaryrefslogtreecommitdiff
path: root/community/lazarus
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-06-10 11:18:50 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-06-10 11:18:50 -0300
commitbe51ad4280764191b91e8c27baca29a30475e483 (patch)
tree0794eb362f0c718d1c199efef58eb7248d27f311 /community/lazarus
parent06a22f3bf7a44edf24bd02b6023cf05a6bc77256 (diff)
parent8634a064b17334eb58699897220aeed2fc9a54db (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/solfege/PKGBUILD core/udev/PKGBUILD testing/moc/PKGBUILD testing/mod_perl/PKGBUILD testing/pidgin/PKGBUILD
Diffstat (limited to 'community/lazarus')
-rw-r--r--community/lazarus/PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/community/lazarus/PKGBUILD b/community/lazarus/PKGBUILD
index 3a1ec752f..ffc62aba9 100644
--- a/community/lazarus/PKGBUILD
+++ b/community/lazarus/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 43081 2011-03-23 22:18:26Z spupykin $
+# $Id: PKGBUILD 48949 2011-06-08 09:13:19Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Jens Adam (byte/jra) <j_adam@web.de>
pkgname=lazarus
pkgver=0.9.30
-pkgrel=1
+pkgrel=2
pkgdesc='Delphi-like IDE for FreePascal'
url='http://www.lazarus.freepascal.org/'
license=('GPL2' 'MPL' 'custom:LGPL')
@@ -18,6 +18,10 @@ md5sums=('5ece11700df569ebb518ccca37d93f1d')
build() {
cd $srcdir/${pkgname}
make FPC=/usr/bin/fpc clean bigide
+}
+
+package() {
+ cd $srcdir/${pkgname}
# skip the 'make install' mess completely and do everything manually
mkdir -p $pkgdir/usr/lib/lazarus $pkgdir/usr/bin $pkgdir/usr/share/man/man1 $pkgdir/usr/share/doc