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

commit 1e268aa7ebe3d974acb25a50c34451b5ad2eab0f
Author: Elentir <elen...@mailoo.org>
Date:   Sat Nov 21 22:39:59 2009 +0100

frobby-0.8.2-1-i686

* new package

diff --git a/source/apps-extra/frobby/FrugalBuild 
b/source/apps-extra/frobby/FrugalBuild
new file mode 100755
index 0000000..669765e
--- /dev/null
+++ b/source/apps-extra/frobby/FrugalBuild
@@ -0,0 +1,30 @@
+# Compiling Time: 1.93 SBU
+# Maintainer: Elentir <elen...@mailoo.org>
+
+pkgname=frobby
+pkgver=0.8.2
+pkgrel=1
+pkgdesc="A software system for computations with monomial ideals"
+archs=('i686' 'x86_64')
+url="http://www.broune.com/frobby/";
+groups=('apps-extra')
+depends=('gmp')
+Fpkgversep="_v"
+up2date="Flasttar $url"
+source=("$url/$pkgname$Fpkgversep$pkgver.tar.gz" gcc43-frobby.patch)
+sha1sums=('0e75a0b78eeef43df491393a5c1fd1421b9e47d8' \
+          '3925ed89c557ab3b225cd3c33c9cfa21cddcf2ab')
+
+build() {
+  Fpatchall
+  Fmake
+  make library || Fdie
+  make library MODE=shared || Fdie
+  Finstall 755 $_F_cd_path/bin/frobby usr/bin/frobby
+  Finstall 644 $_F_cd_path/bin/libfrobby.a usr/lib/libfrobby.a
+  Finstall 644 $_F_cd_path/bin/libfrobby.so usr/lib/libfrobby.so
+  Finstall 644 $_F_cd_path/src/frobby.h usr/include/frobby.h
+  Finstall 644 $_F_cd_path/src/stdinc.h usr/include/stdinc.h
+}
+
+# optimization OK
diff --git a/source/apps-extra/frobby/gcc43-frobby.patch 
b/source/apps-extra/frobby/gcc43-frobby.patch
new file mode 100755
index 0000000..e8719f9
--- /dev/null
+++ b/source/apps-extra/frobby/gcc43-frobby.patch
@@ -0,0 +1,11 @@
+diff -Naur frobby_v0.8.2/src/test/TestSuite.cpp 
frobby_v0.8.2/src/test/TestSuite.cpp
+--- frobby_v0.8.2/src/test/TestSuite.cpp       2009-07-07 05:40:18.000000000 
+0200
++++ frobby_v0.8.2/src/test/TestSuite.cpp       2009-11-09 23:09:15.093908794 
+0100
+@@ -14,6 +14,7 @@
+    You should have received a copy of the GNU General Public License
+    along with this program.  If not, see http://www.gnu.org/licenses/.
+ */
++#include <algorithm>
+ #include "stdinc.h"
+ #include "TestSuite.h"
+
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to