Hi, I have created this package, attached as a patch and pasted in the message. May someone review it ? --- # Compiling Time: 0.05 SBU # Maintainer: Name <[email protected]> # Contributor: Othmane Benkirane <eo-at-rhyhann-net>
# Package informations pkgname=xdelta pkgver=3.0u pkgrel=1 pkgdesc="delta/differential compression tools and binary diff tool" url="http://xdelta.org" # Pacman informations depends=() groups=('devel-extra') archs=('i686') # Compilation information _F_googlecode_sep="None" Finclude googlecode _F_cd_path="$pkgname$pkgver" sha1sums=('b6a6c68abe879133c769b101dbc9e171254f583b') build() { Fmkdir usr/bin/ Fmake Fexerel xdelta3 usr/bin/ }
>From 5ce240e1f6cf5a94634cba91b0d9393fc83a7454 Mon Sep 17 00:00:00 2001 From: Othmane Benkirane <[email protected]> Date: Sun, 22 Mar 2009 12:07:23 +0000 Subject: [PATCH] xdelta-3.0u-1-i686 --- source/devel-extra/xdelta/FrugalBuild | 26 ++++++++++++++++++++++++++ 1 files changed, 26 insertions(+), 0 deletions(-) create mode 100644 source/devel-extra/xdelta/FrugalBuild diff --git a/source/devel-extra/xdelta/FrugalBuild b/source/devel-extra/xdelta/FrugalBuild new file mode 100644 index 0000000..2be43e0 --- /dev/null +++ b/source/devel-extra/xdelta/FrugalBuild @@ -0,0 +1,26 @@ +# Compiling Time: 0.05 SBU +# Maintainer: Name <[email protected]> +# Contributor: Othmane Benkirane <eo-at-rhyhann-net> + +# Package informations +pkgname=xdelta +pkgver=3.0u +pkgrel=1 +pkgdesc="delta/differential compression tools and binary diff tool" +url="http://xdelta.org" + +# Pacman informations +depends=() +groups=('devel-extra') +archs=('i686') + +# Compilation information +_F_googlecode_sep="None" +Finclude googlecode +_F_cd_path="$pkgname$pkgver" +sha1sums=('b6a6c68abe879133c769b101dbc9e171254f583b') +build() { + Fmkdir usr/bin/ + Fmake + Fexerel xdelta3 usr/bin/ +} -- 1.6.2
_______________________________________________ Frugalware-devel mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-devel
