Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=56fbd8ceb58e97d98e78483ccd82938ba624fcb9
commit 56fbd8ceb58e97d98e78483ccd82938ba624fcb9 Author: Priyank <[EMAIL PROTECTED]> Date: Fri Sep 19 18:47:45 2008 +0530 ipython-0.9.1-1-i686 * Version bump * Removed build() diff --git a/source/devel-extra/ipython/FrugalBuild b/source/devel-extra/ipython/FrugalBuild index 62b2ee4..312afc7 100644 --- a/source/devel-extra/ipython/FrugalBuild +++ b/source/devel-extra/ipython/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Priyank Gosalia <[EMAIL PROTECTED]> pkgname=ipython -pkgver=0.8.4 +pkgver=0.9.1 pkgrel=1 pkgdesc="An enhanced Interactive Python shell." url="http://ipython.scipy.org/" @@ -12,17 +12,6 @@ groups=('devel-extra') archs=('i686' 'x86_64') up2date="lynx -dump http://ipython.scipy.org/dist/ | grep ipython-.*.tar.gz | Flasttar" source=(http://ipython.scipy.org/dist/$pkgname-$pkgver.tar.gz) -sha1sums=('68b7666d2c552fe2f5f873cb06ee8823e7165f8e') - -build() -{ - Fcd - Fmkdir usr/share/licenses/custom/ipython/ - Ffilerel doc/COPYING usr/share/licenses/custom/ipython/license.txt - - # Install manpages in the correct directory - Fsed "manpagebase = 'share/man/man1'" "manpagebase = 'man/man1'" setup.py - python setup.py install --root=$Fdestdir || Fdie -} +sha1sums=('2d069416b31ed03eb1cad36f84ef2337362ac6a9') # optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
