[arch-commits] Commit in gc/repos (extra-i686 extra-i686/PKGBUILD)
Jan de Groot
jgc at archlinux.org
Sun Nov 9 12:15:37 UTC 2008
Date: Sunday, November 9, 2008 @ 07:15:36
Author: jgc
Revision: 18815
Merged revisions 356,2310,18814 via svnmerge from
svn+ssh://svn.archlinux.org/home/svn-packages/gc/trunk
........
r356 | aaron | 2008-04-19 00:56:27 +0200 (Sat, 19 Apr 2008) | 1 line
Added svn:keywords to all PKGBUILDs
........
r2310 | paul | 2008-05-31 17:15:19 +0200 (Sat, 31 May 2008) | 2 lines
Added more licenses.
........
r18814 | jgc | 2008-11-09 13:14:44 +0100 (Sun, 09 Nov 2008) | 1 line
upgpkg: gc 7.1-1
........
Modified:
gc/repos/extra-i686/ (properties)
gc/repos/extra-i686/PKGBUILD
----------+
PKGBUILD | 20 ++++++++------------
1 file changed, 8 insertions(+), 12 deletions(-)
Property changes on: gc/repos/extra-i686
___________________________________________________________________
Name: svnmerge-integrated
- /gc/trunk:1
+ /gc/trunk:1-18814
Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2008-11-09 12:14:44 UTC (rev 18814)
+++ extra-i686/PKGBUILD 2008-11-09 12:15:36 UTC (rev 18815)
@@ -2,24 +2,20 @@
# Maintainer: Daniel Isenmann <daniel [at] archlinux.org>
# Contributor: dorphell <dorphell at gmx.net>
pkgname=gc
-pkgver=7.0
-pkgrel=2
+pkgver=7.1
+pkgrel=1
pkgdesc="A garbage collector for C and C++"
arch=(i686 x86_64)
url="http://www.hpl.hp.com/personal/Hans_Boehm/gc/"
+license=('GPL')
source=(http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/${pkgname}-${pkgver}.tar.gz)
-depends=(gcc-libs)
+depends=('gcc-libs')
options=(!libtool)
-md5sums=('3645ccf5f32ebb27d99b27b0d29e9c38')
+md5sums=('2ff9924c7249ef7f736ecfe6f08f3f9b')
build() {
- cd ${startdir}/src/${pkgname}-${pkgver}
- ./configure --prefix=/usr --enable-cplusplus
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ ./configure --prefix=/usr --enable-cplusplus || return 1
make || return 1
- make DESTDIR=${startdir}/pkg install
-
- #Documentation, delete it but keep the manpage
- install -d -m755 ${startdir}/pkg/usr/man/man3
- install -m644 ${startdir}/pkg/usr/share/gc/gc.man ${startdir}/pkg/usr/man/man3/gc.3
- rm -rf ${startdir}/pkg/usr/share/
+ make DESTDIR="${pkgdir}" install || return 1
}
More information about the arch-commits
mailing list