1 # Maintainer: Stephan Platz <arch@stephan-platz.de>
2 pkgname=scratchbox-toolchain-host-gcc
5 pkgdesc="toolchain for the host system"
7 url="http://www.scratchbox.org/"
9 source=(http://www.scratchbox.org/download/files/sbox-releases/hathor/tarball/$pkgname-$pkgver-i386.tar.gz)
10 md5sums=('5749a1544ca1e69792da50a93c40640e')
18 echo "Copy binaries..."
19 cp -R scratchbox $pkgdir/
22 # vim:set ts=2 sw=2 et: