Le 20/04/2011 17:44, Miklos Vajna a écrit :
On Tue, Apr 19, 2011 at 03:16:26PM +0200, Sebastien
VINCENT<[email protected]> wrote:
I'didn't make a Makefile and it's possible to make Makefile for python prog?
It's possible, but it's not a must.
Please send a git patch, then we'll find a maintainer for you
contribution. :)
Thanks.
_______________________________________________
Frugalware-devel mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-devel
Hi,
no configobj not depends of python
the git patch for pastebinit
----------------------------
Sébastien VINCENT Aka Baste
----------------------------
>From 3c53bafcb04e32d96973c431658560d09b0a8866 Mon Sep 17 00:00:00 2001
From: Baste <[email protected]>
Date: Thu, 21 Apr 2011 22:21:48 +0200
Subject: [PATCH] pastebinit-1.2-1-i686 * new package
---
source/apps-extra/pastebinit/FrugalBuild | 29 +++++++++++++++++++++++++++++
1 files changed, 29 insertions(+), 0 deletions(-)
create mode 100644 source/apps-extra/pastebinit/FrugalBuild
diff --git a/source/apps-extra/pastebinit/FrugalBuild
b/source/apps-extra/pastebinit/FrugalBuild
new file mode 100644
index 0000000..68c81d0
--- /dev/null
+++ b/source/apps-extra/pastebinit/FrugalBuild
@@ -0,0 +1,29 @@
+# Compiling Time: 0.09 SBU
+# Maintainer: Not Yet
+# Contributor : Baste <[email protected]>
+
+pkgname=pastebinit
+pkgver=1.2
+pkgrel=1
+pkgdesc="A software that lets you send anything you want directly to a
pastebin from the command line."
+depends=('python' 'configobj')
+makedepends=('asciidoc')
+groups=('apps-extra')
+archs=('i686' 'x86_64')
+sha1sums=('b7b2c948c953289645345430ce2ac826e62f5eec')
+Finclude launchpad
+
+build()
+{
+ Fcd
+ Fexerel $pkgname usr/bin/$pkgname
+ Fmkdir /etc
+ Fcprel pastebin.d etc/pastebin.d/
+ a2x -f manpage pastebinit.xml || Fdie
+ Fmanrel $pkgname.1
+ cd po || Fdie
+ Fmake
+ Fmkdir /usr/share/locale
+ cp -a mo/* $Fdestdir/usr/share/locale/ || Fdie
+}
+
--
1.7.4.5
_______________________________________________
Frugalware-devel mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-devel