pyslang-py _unstable_ port information

Info2: <<
Package: pyslang-py%type_pkg[python]
Version: 0.2.0
Revision: 1
Distribution: (%type_pkg[python] = 23) 10.3, (%type_pkg[python] = 23) 10.4
Maintainer: None
Source: ftp://starship.python.net/pub/crew/avv/pyslang/pyslang-%v.tgz
Source-MD5: 078f6299d39c921845468f4fee1debae
SourceDirectory: pyslang
Type: python (2.3 2.4)
PatchScript: <<
cd src/unix && perl -pi.bak -e "s|python1.5|python%type_raw[python]|g" Makefile.in
<<
Description: Python%type_raw[python] interface to slang
Depends: python%type_pkg[python], slang-shlibs
BuildDepends: slang
NoSetCPPFlags: true
NoSetLDFLAGS: true
CompileScript: <<
#! /bin/sh -ex
export LDSHARED='$(CC) $(LDFLAGS) -bundle -flat_namespace -undefined suppress'
cd src/unix
./configure %c
make
<<
InstallScript: <<
#! /bin/sh -ex
cd src/unix
chmod +x install-sh
mkdir -p %i/lib/python%type_raw[python]/site-packages
make install DESTSHARED=%i/lib/python%type_raw[python]/site-packages
<<
DocFiles: README README-0.2.0
License: OSI-Approved
<<