On Sun, Oct 12, 2008 at 06:35:39PM +0200, Elentir <[EMAIL PROTECTED]> wrote: > create mode 100755 source/lib-extra/ffcall/FrugalBuild
Wrong permission, should be 644. > > diff --git a/source/lib-extra/ffcall/FrugalBuild > b/source/lib-extra/ffcall/FrugalBuild > new file mode 100755 > index 0000000..5aae958 > --- /dev/null > +++ b/source/lib-extra/ffcall/FrugalBuild > @@ -0,0 +1,17 @@ > +# Compiling Time: 0.01 SBU > +# Maintainer: - > +# Contributor: Elentir <[EMAIL PROTECTED]> > + > +pkgname=ffcall > +pkgver=1.10 > +pkgrel=1 > +pkgdesc="ffcall is a library which can be used to build foreign function > call interfaces in embedded interpreters." > +url="http://www.haible.de/bruno/packages-ffcall.html" > +source=("http://www.haible.de/bruno/gnu/$pkgname-$pkgver.tar.gz") > +depends=('glibc') > +groups=('lib-extra') > +archs=('i686') > +up2date="lynx -dump > 'http://www.haible.de/bruno/packages-ffcall-README.html'| Flasttar" > +sha1sums=('6b4fdc7bd38b434bbf3d65508a3d117fc8b349f3') > + > +# optimization OK Looks good, but build dies with: creating libtrampoline.la (cd .libs && rm -f libtrampoline.la && ln -s ../libtrampoline.la libtrampoline.la) make[2]: Leaving directory `/var/tmp/fst/src/ffcall-1.10/callback/trampoline_r' make[1]: Leaving directory `/var/tmp/fst/src/ffcall-1.10/callback' make: *** [all] Error 2 in case MAKEFLAGS is set to 2 or more, so you need an 'unset MAKEFLAGS' in the FB. Ah and the patch name should be ffcall-1.10-1-i686, not ffcall-1.10. The rest is OK, pushed. > Subject: [PATCH] libsigsegv-2.6 > *new package > > --- > source/lib-extra/libsigsegv/FrugalBuild | 17 +++++++++++++++++ > 1 files changed, 17 insertions(+), 0 deletions(-) > create mode 100755 source/lib-extra/libsigsegv/FrugalBuild Same patch name and permission problem here. > +up2date="lynx -dump 'http://ftp.gnu.org/gnu/$pkgname/'| Flasttar" > +sha1sums=('15ca1dd9574012b8c4c4d2bf6ba945546114b0b5') You can use Fup2gnugz and signatures=($source.sig) here, so that we don't have to modify sha1s on each bump. (Less versioned generated data.) Anyway this is fine as well, so I pushed a fixed up version. Thanks!
pgpyIqB4ptmsf.pgp
Description: PGP signature
_______________________________________________ Frugalware-devel mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-devel
