[Frugalware-git] frugalware-current: objc-bootstrap-3.2.8-2-i686

James Buren ryuo at frugalware.org
Fri Jan 23 07:05:25 CET 2009


Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d511f86af2ed35998fe246e3b28d594ded2732ef

commit d511f86af2ed35998fe246e3b28d594ded2732ef
Author: James Buren <ryuo at frugalware.org>
Date:   Fri Jan 23 00:09:55 2009 -0600

objc-bootstrap-3.2.8-2-i686
* oops, correct the pathing with this

diff --git a/source/devel-extra/objc-bootstrap/FrugalBuild b/source/devel-extra/objc-bootstrap/FrugalBuild
index e0d2066..f33a66f 100644
--- a/source/devel-extra/objc-bootstrap/FrugalBuild
+++ b/source/devel-extra/objc-bootstrap/FrugalBuild
@@ -3,7 +3,7 @@

pkgname=objc-bootstrap
pkgver=3.2.8
-pkgrel=1
+pkgrel=2
pkgdesc="POC bootstrap and compiler for Objective-C."
_baseurl="http://users.telenet.be/stes"
url="$_baseurl/compiler.html"
@@ -14,6 +14,11 @@ archs=('i686')
up2date="Flasttar $url"
source=($_baseurl/$pkgname-$pkgver.tar.gz)
sha1sums=('07558d72d314c14d66f3817297944db7512a1790')
-Fconfopts="$Fconfopts --prefix=$Fdestdir/usr"
+
+build()
+{
+	Fmake
+	Fmakeinstall INSTALLDIR="$Fdestdir/usr"
+}

# optimization OK


More information about the Frugalware-git mailing list