Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current/.git;a=commitdiff;h=a40fcc59402323ccd4a218789b400efd49134106
commit a40fcc59402323ccd4a218789b400efd49134106 Author: crazy <[EMAIL PROTECTED]> Date: Thu Aug 30 02:42:49 2007 +0200 libmcs-0.5.0-1-i686 * Version bump * renamed from mcs to libmcs diff --git a/source/lib-extra/libmcs/FrugalBuild b/source/lib-extra/libmcs/FrugalBuild new file mode 100644 index 0000000..78a950b --- /dev/null +++ b/source/lib-extra/libmcs/FrugalBuild @@ -0,0 +1,17 @@ +# Compiling Time: 0.04 SBU +# Maintainer: crazy <[EMAIL PROTECTED]> + +pkgname=libmcs +pkgver=0.5.0 +pkgrel=1 +pkgdesc="Simple, abstractable configuration library." +url="http://www.atheme.org/projects/mcs.shtml" +depends=() +groups=('lib-extra') +archs=('i686' 'x86_64') +conflicts="mcs" +replaces="mcs" +provides="mcs" +up2date="lynx -dump http://www.atheme.org/projects/mcs.shtml|grep 'The current version'|sed 's/.*is \(.*\),.*/\1/'" +source=(http://distfiles.atheme.org/$pkgname-$pkgver.tgz) +sha1sums=('60da9f66932e9e57c355b82d0f46d7b6e4c1d705') diff --git a/source/lib-extra/mcs/FrugalBuild b/source/lib-extra/mcs/FrugalBuild deleted file mode 100644 index c5031b9..0000000 --- a/source/lib-extra/mcs/FrugalBuild +++ /dev/null @@ -1,14 +0,0 @@ -# Compiling Time: 0.04 SBU -# Maintainer: crazy <[EMAIL PROTECTED]> - -pkgname=mcs -pkgver=0.4.1 -pkgrel=1 -pkgdesc="Simple, abstractable configuration library." -url="http://sacredspiral.co.uk/~nenolod/mcs/" -depends=() -groups=('lib-extra') -archs=('i686' 'x86_64') -up2date="lynx -dump http://sacredspiral.co.uk/~nenolod/mcs/|grep 'The current version'|sed 's/.*is \(.*\),.*/\1/'" -source=(http://sacredspiral.co.uk/~nenolod/$pkgname/$pkgname-$pkgver.tgz) -sha1sums=('b7e4df4ba1e36cb3dc1b1572105ebdc15ec62c13') _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
