Changeset 22

Show
Ignore:
Timestamp:
10/01/05 23:14:59 (3 years ago)
Author:
athomas
Message:
  • stackless now replaces python, as it had issues with just renaming
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • archabs/trunk/stackless-python/PKGBUILD

    r21 r22  
    66depends=('db' 'bzip2' 'gdbm' 'openssl') 
    77makedepends=('tk') 
    8 conflicts=('python-2.3') 
     8conflicts=('python') 
     9provides=('python') 
    910source="" 
    1011md5sums=() 
     
    2122  make || return 1 
    2223  make DESTDIR=$startdir/pkg install 
    23   mv $startdir/pkg/usr/man/man1/python.1 $startdir/pkg/usr/man/man1/slp.1 
    24   cd $startdir/pkg/usr/bin 
    25   rm python2.3 
    26   mv python slp 
    27   mv idle slp-idle 
    28   mv pydoc slp-pydoc 
    2924}