Hi,

Please check my FrugalBuild.

Thanks

# Compiling Time: 0.01 SBU
# Contributor: Slown <[email protected]>

pkgname=shedskin
pkgver=0.9
pkgrel=1
pkgdesc="A python to C++ compiler"
depends=('python' 'gcc' 'pcre')
groups=('devel-extra')
archs=('i686')
_F_googlecode_ext=".tgz"
Finclude googlecode
sha1sums=('ec8b8ba054ec01db99be2262d6324378803c454e')

build() {
        Fcd

        # Python 2 fix
        echo "#!/usr/bin/python" > run
        echo "import shedskin" >> run
        echo "shedskin.main()" >> run
        
        Fmkdir usr/bin
        Fmkdir usr/share/doc/$pkgname-$pkgver

        # Install the wrapperscript
        Finstall 755 run usr/bin/shedskin
        
        # Install the licence
        Fdocrel LICENSE
        
        # Install
        Fbuild
}
_______________________________________________
Frugalware-devel mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-devel

Reply via email to