[Frugalware-git] frugalware-current: urwid-0.9.8.4-1-i686 *new packages
bouleetbil
bouleetbil at frogdev.info
Thu Jul 16 16:08:54 CEST 2009
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=9cf0342d3b80c092c06c0123c2b54244922c0da6
commit 9cf0342d3b80c092c06c0123c2b54244922c0da6
Author: bouleetbil <bouleetbil at frogdev.info>
Date: Thu Jul 16 17:09:28 2009 +0200
urwid-0.9.8.4-1-i686
*new packages
diff --git a/source/devel-extra/urwid/FrugalBuild b/source/devel-extra/urwid/FrugalBuild
new file mode 100644
index 0000000..da6970e
--- /dev/null
+++ b/source/devel-extra/urwid/FrugalBuild
@@ -0,0 +1,23 @@
+# Compiling time: 0 SBU
+# Maintainer: bouleetbil <bouleetbil at frogdev.info>
+
+pkgname=urwid
+pkgver=0.9.8.4
+pkgrel=1
+url=http://excess.org/$pkgname/
+source=(http://excess.org/$pkgname/$pkgname-$pkgver.tar.gz)
+up2date="Flasttar $url"
+pkgdesc="Urwid is a curses-based user interface library for Python."
+depends=('python>=2.6')
+makedepends=('setuptools')
+groups=('devel-extra')
+archs=('i686' 'x86_64')
+options=('nostrip')
+sha1sums=('a4307aa08895a647feec1099658e87ab1595f5c0')
+
+build() {
+ Fcd
+ python setup.py install --prefix=/usr --root=$Fdestdir || Fdie
+}
+
+# optimization OK
More information about the Frugalware-git
mailing list