2011/3/3 Miklos Vajna <[email protected]> > On Wed, Mar 02, 2011 at 06:08:33PM +0100, Antoine Chevaux < > [email protected]> wrote: > > > Is there any reason you don't use CMake_build? > > > > > > > No, no reason at all. > > It builds right with CMake_build > > Let me teach you a trick: till the package is not in FST, it's better to > send updated version of the same patch than sending several patches. > > Here is how you can do that, now when you have two local commits: > > $ dg unrecord > $ git commit -a --amend > > Then run git format-patch and you'll have your updated patch, ready to > be sent! :) > > Thanks! > > Ok sorry...
here's a good patch (I hope... :) ) Then to update an existing patch, I change my FB and run $ dg unrecord $ git commit -a --amend or $ dg unrecord isn't necessary? > _______________________________________________ > Frugalware-devel mailing list > [email protected] > http://frugalware.org/mailman/listinfo/frugalware-devel > >
From 7c5087d604bae57d54edd3d8e98eef3b8fc02386 Mon Sep 17 00:00:00 2001 From: centuri0 <[email protected]> Date: Tue, 1 Mar 2011 21:58:38 +0100 Subject: [PATCH] libsysactivity-0.6.0-1-i686 *new package --- source/lib-extra/libsysactivity/FrugalBuild | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) create mode 100755 source/lib-extra/libsysactivity/FrugalBuild diff --git a/source/lib-extra/libsysactivity/FrugalBuild b/source/lib-extra/libsysactivity/FrugalBuild new file mode 100755 index 0000000..b2d4797 --- /dev/null +++ b/source/lib-extra/libsysactivity/FrugalBuild @@ -0,0 +1,19 @@ +# Compiling Time: 0.03 SBU +# Maintainer: <> +# Contributor: centuri0 <achevaux at gmail dot com> + +pkgname=libsysactivity +pkgver=0.6.0 +pkgrel=1 +pkgdesc="A lightweight library that retrieves statistics of the system's activity." +depends=('glibc') +groups=(lib-extra) +archs=('i686') +sha1sums=('585adee029d51f1090e920293c4097a45714a037') +Finclude sourceforge cmake +build() { + export LDFLAGS="" + Fcd + CMake_build +} +# optimization OK -- 1.7.4.1
_______________________________________________ Frugalware-devel mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-devel
