Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=77a413015c4523955e3a6df6c00119d30df09dee
commit 77a413015c4523955e3a6df6c00119d30df09dee Author: crazy <[EMAIL PROTECTED]> Date: Wed Sep 5 16:05:42 2007 +0200 mono-1.2.5-1-i686 * Version bump * fixed install file * added Fautoreconf for this release diff --git a/source/devel/mono/FrugalBuild b/source/devel/mono/FrugalBuild index 622e2f8..6eb921b 100644 --- a/source/devel/mono/FrugalBuild +++ b/source/devel/mono/FrugalBuild @@ -2,12 +2,12 @@ # Maintainer: AlexExtreme <[EMAIL PROTECTED]> pkgname=mono -pkgver=1.2.4 +pkgver=1.2.5 pkgrel=1 pkgdesc="Mono runtime and class libraries, a C# compiler/interpreter" url="http://www.mono-project.com/" depends=('glib2' 'zlib') -makedepends=('libgdiplus>=1.2.3') +makedepends=('libgdiplus>=1.2.5') rodepends=('libxml2') groups=('devel') archs=('i686' 'x86_64') @@ -15,12 +15,15 @@ Finclude mono up2date="lynx -dump http://www.go-mono.com/sources-stable/|grep -m1 'mono-'|sed 's/.*-\(.*\).t.*/\1/'" source=(http://www.go-mono.com/sources/$pkgname/$pkgname-$pkgver.tar.bz2 rc.mono rc.mono-hu.po) Fconfopts="$Fconfopts --with-tls=__thread --with-libgdiplus=installed" -sha1sums=('b09aaf583f203cd6aaf511fb1f17ed356dbaa586'\ - '143399121fac3d5dc47fb07e8dec4ded182a14bd'\ +sha1sums=('2ca60493d048b9fbef551e26ff00e9dbd4c80b96' \ + '143399121fac3d5dc47fb07e8dec4ded182a14bd' \ '6c19f98462d7bb1ecba79a3ad284ea02a1eac2ec') build() { Fmonoexport + Fcd + libtoolize -c -f || Fdie + Fautoreconf Fbuild Fmonocleanup } diff --git a/source/devel/mono/mono.install b/source/devel/mono/mono.install index e0bff3a..d4d15eb 100644 --- a/source/devel/mono/mono.install +++ b/source/devel/mono/mono.install @@ -1,6 +1,6 @@ post_install() { - if [ -x /usr/sbin/chkconfig ]; then - chkconfig --add rc.mono + if [ -e /usr/sbin/chkconfig ] && [ -x /usr/sbin/chkconfig ]; then + /usr/sbin/chkconfig --add rc.mono fi } @@ -10,8 +10,8 @@ post_upgrade() { pre_remove() { - if [ -x /usr/sbin/chkconfig ]; then - chkconfig --del rc.mono + if [ -e /usr/sbin/chkconfig ] && [ -x /usr/sbin/chkconfig ]; then + /usr/sbin/chkconfig --del rc.mono fi } _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
