Le Fri, 22 Jun 2012 11:51:12 +0300, Marius Cirsta <[email protected]> a écrit :
I change the FB to put Fsed. Thanks. > We have Fsed which you can use ( check out all Frugalware functions > here : > http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=blob;f=source/include/util.sh;h=65b31c3144b326b7163530f420f4768f1f6a933d;hb=HEAD > ) > > > On Fri, Jun 22, 2012 at 11:40 AM, PacMiam <[email protected]> wrote: > > Hello, > > > > This is a new package. Maybe, this patch can be modify because it's > > my first new package. Thanks > > > > PacMiam > > _______________________________________________ > > Frugalware-devel mailing list > > [email protected] > > http://frugalware.org/mailman/listinfo/frugalware-devel > > > _______________________________________________ > Frugalware-devel mailing list > [email protected] > http://frugalware.org/mailman/listinfo/frugalware-devel
>From 1acd9419953b37cb1c076a599a87fec0fba44651 Mon Sep 17 00:00:00 2001 From: PacMiam <[email protected]> Date: Fri, 22 Jun 2012 10:30:55 +0200 Subject: [PATCH 2/2] uml_utilities-20070815-1-i686 * new package --- source/network-extra/uml_utilities/FrugalBuild | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 source/network-extra/uml_utilities/FrugalBuild diff --git a/source/network-extra/uml_utilities/FrugalBuild b/source/network-extra/uml_utilities/FrugalBuild new file mode 100644 index 0000000..a925630 --- /dev/null +++ b/source/network-extra/uml_utilities/FrugalBuild @@ -0,0 +1,23 @@ +# Compiling Time: 0.02 SBU +# Maintainer: PacMiam <[email protected]> + +pkgname=uml_utilities +pkgver=20070815 +pkgrel=1 +pkgdesc="User Mode Linux Utilities" +url="http://user-mode-linux.sourceforge.net/" +depends=('fuse' 'readline' 'perl') +groups=('network-extra') +archs=('i686' 'x86_64') +up2date=$pkgver #need to be fix +source=("http://user-mode-linux.sourceforge.net/"$pkgname"_"$pkgver".tar.bz2") +sha1sums=('4e10de8e0f5bf681fa295572009518b77fd8a1dd') + +build() { + Fcd tools-$pkgver + + Fsed 's|lib64|lib|g' Makefile + + Fmake || Fdie + Fmakeinstall DESTDIR=$Fdestdir || Fdie +} -- 1.7.10.2
_______________________________________________ Frugalware-devel mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-devel
