[Frugalware-git] frugalware-current: root-5.28.00-1-i686

2011-03-06 Thread Melko
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f4569bfaf6a438babc8694fe87728a983969428b

commit f4569bfaf6a438babc8694fe87728a983969428b
Author: Melko lorddarthfe...@gmail.com
Date:   Sun Mar 6 21:50:00 2011 +0100

root-5.28.00-1-i686

* new package
* this is CERN's stuff guys!!

diff --git a/source/apps-extra/root/FrugalBuild 
b/source/apps-extra/root/FrugalBuild
new file mode 100644
index 000..1d9c58b
--- /dev/null
+++ b/source/apps-extra/root/FrugalBuild
@@ -0,0 +1,24 @@
+# Compiling Time: 38.89 SBU
+# Maintainer: Melko lorddarthfe...@gmail.com
+
+pkgname=root
+pkgver=5.28.00
+pkgrel=1
+pkgdesc=C++ data analysis framework and interpreter from CERN
+url=http://root.cern.ch;
+depends=('libxpm' 'libxft' 'avahi-compat' 'libjpeg' 'libtiff' 'libpng' 
'xmlrpc-c' 'gsl' 'libpq' 'ftgl' 'glew' 'libldap' 'libmysqlclient')
+makedepends=('postgresql')
+groups=(apps-extra)
+archs=('i686' 'x86_64')
+Fpkgversep=_v
+up2date=Flastarchive 'ftp://root.cern.ch/root/' '\.source\.tar\.gz'
+source=(ftp://root.cern.ch/$pkgname/${pkgname}_v${pkgver}.source.tar.gz 
$pkgname.desktop)
+sha1sums=('3ccb18294ce0cd73ba1617182699df75111095eb' \
+  '7c15ae7ec7145170d062d5918a0ee6ad97dadc65')
+
+build() {
+   Fcd $pkgname
+   Fconfopts=${Fconfopts[@]} linux --enable-rpath --disable-krb5 
--prefix=/usr
+   Fbuild
+   Ffile /usr/share/applications/$pkgname.desktop
+}
diff --git a/source/apps-extra/root/root.desktop 
b/source/apps-extra/root/root.desktop
new file mode 100644
index 000..6741dbb
--- /dev/null
+++ b/source/apps-extra/root/root.desktop
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Encoding=UTF-8
+Type=Application
+Exec=root
+Terminal=true
+Name=ROOT
+Comment=An object-oriented data analysis framework
+Icon=/usr/share/root/icons/Splash.gif
+StartupNotify=true
+MimeType=application/x-root;text/x-c++src
+Categories=Science;Development;Application;
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: root-5.28.00-1-i686

2011-03-06 Thread Melko
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=22e8b41e20011995f63ba3d9a50946a818db5f0c

commit 22e8b41e20011995f63ba3d9a50946a818db5f0c
Author: Melko lorddarthfe...@gmail.com
Date:   Sun Mar 6 22:05:51 2011 +0100

root-5.28.00-1-i686

* fix sha1sums

diff --git a/source/apps-extra/root/FrugalBuild 
b/source/apps-extra/root/FrugalBuild
index 1d9c58b..c44e302 100644
--- a/source/apps-extra/root/FrugalBuild
+++ b/source/apps-extra/root/FrugalBuild
@@ -14,7 +14,7 @@ Fpkgversep=_v
up2date=Flastarchive 'ftp://root.cern.ch/root/' '\.source\.tar\.gz'
source=(ftp://root.cern.ch/$pkgname/${pkgname}_v${pkgver}.source.tar.gz 
$pkgname.desktop)
sha1sums=('3ccb18294ce0cd73ba1617182699df75111095eb' \
-  '7c15ae7ec7145170d062d5918a0ee6ad97dadc65')
+  '022e0a9278fb1037177c10b77a312c4555954e80')

build() {
Fcd $pkgname
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: root-5.28.00-1-i686

2011-03-06 Thread Melko
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=2c113975c97a4028c16640f68b53dc1790159c67

commit 2c113975c97a4028c16640f68b53dc1790159c67
Author: Melko lorddarthfe...@gmail.com
Date:   Sun Mar 6 22:16:25 2011 +0100

root-5.28.00-1-i686

* fix build for x86_64

diff --git a/source/apps-extra/root/FrugalBuild 
b/source/apps-extra/root/FrugalBuild
index c44e302..aad8a8f 100644
--- a/source/apps-extra/root/FrugalBuild
+++ b/source/apps-extra/root/FrugalBuild
@@ -18,7 +18,11 @@ sha1sums=('3ccb18294ce0cd73ba1617182699df75111095eb' \

build() {
Fcd $pkgname
-   Fconfopts=${Fconfopts[@]} linux --enable-rpath --disable-krb5 
--prefix=/usr
+   if [ ${CARCH} == 'i686' ]; then
+   Fconfopts=${Fconfopts[@]} linux --enable-rpath --disable-krb5 
--prefix=/usr
+   else
+   Fconfopts=${Fconfopts[@]} linuxx8664gcc --enable-rpath 
--disable-krb5 --prefix=/usr
+   fi
Fbuild
Ffile /usr/share/applications/$pkgname.desktop
}
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git