Hi,
I have created this package, attached as a patch and pasted in the message.
May someone review it ?
---
# Compiling Time: 0.01 SBU
# Maintainer: Miklos Vajna <[email protected]>
# Contributor: Othmane Benkirane <eo-at-rhyhann-net>

# Package description
pkgname=mumbles
pkgver=0.4
pkgrel=1
pkgdesc="A Growl-like and Growl-compatible notification system for Gnome"

# Pacman variables
depends=('dbus-python' 'pygtk' 'pycairo' 'setuptools')
groups=(gnome-extra)
archs=('i686' 'x86_64')

# Compilation options
_F_sourceforge_sep="_"
_F_sourceforge_ext="-1.tar.gz"
_F_gnome_iconcache="y"
_F_gnome_desktop="y"
Finclude sourceforge
Finclude gnome
Finclude python
# Sourceforge options that need to be rewritten
url="http://www.mumbles-project.org/";
sha1sums=('785f8b67c8aecc699750019e97b05a2d5b184bc5')
build() {
  Fsed '/usr/share/python-support/mumbles/src/' "$_F_python_libdir/mumbles"
  bin/mumbles
  Fsed '/usr/share/python-support/mumbles/src/' "$_F_python_libdir/mumbles"
  bin/mumbles-send
  Fbuild
  Fmv "$_F_python_libdir/src" "$_F_python_libdir/$pkgname"
}
>From 1aca2856b3623599da5ff8a2036c0e98dc973d52 Mon Sep 17 00:00:00 2001
From: Othmane Benkirane <[email protected]>
Date: Sun, 1 Feb 2009 12:46:10 +0000
Subject: [PATCH] mumbles-0.4-1-i686

---
 source/gnome-extra/mumbles/FrugalBuild |   32 ++++++++++++++++++++++++++++++++
 1 files changed, 32 insertions(+), 0 deletions(-)
 create mode 100644 source/gnome-extra/mumbles/FrugalBuild

diff --git a/source/gnome-extra/mumbles/FrugalBuild 
b/source/gnome-extra/mumbles/FrugalBuild
new file mode 100644
index 0000000..03256de
--- /dev/null
+++ b/source/gnome-extra/mumbles/FrugalBuild
@@ -0,0 +1,32 @@
+# Compiling Time: 0.01 SBU
+# Maintainer: Miklos Vajna <[email protected]>
+# Contributor: Othmane Benkirane <eo-at-rhyhann-net>
+
+# Package description
+pkgname=mumbles
+pkgver=0.4
+pkgrel=1
+pkgdesc="A Growl-like and Growl-compatible notification system for Gnome"
+
+# Pacman variables
+depends=('dbus-python' 'pygtk' 'pycairo' 'setuptools')
+groups=(gnome-extra)
+archs=('i686' 'x86_64')
+
+# Compilation options
+_F_sourceforge_sep="_"
+_F_sourceforge_ext="-1.tar.gz"
+_F_gnome_iconcache="y"
+_F_gnome_desktop="y"
+Finclude sourceforge
+Finclude gnome
+Finclude python
+# Sourceforge options that need to be rewritten
+url="http://www.mumbles-project.org/";
+sha1sums=('785f8b67c8aecc699750019e97b05a2d5b184bc5')
+build() {
+  Fsed '/usr/share/python-support/mumbles/src/' "$_F_python_libdir/mumbles" 
bin/mumbles
+  Fsed '/usr/share/python-support/mumbles/src/' "$_F_python_libdir/mumbles" 
bin/mumbles-send
+  Fbuild
+  Fmv "$_F_python_libdir/src" "$_F_python_libdir/$pkgname"
+}
-- 
1.6.1

_______________________________________________
Frugalware-devel mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-devel

Reply via email to