1 # Maintainer: Stephan Platz <arch@stephan-platz.de>
2 pkgname=scratchbox-libs
5 pkgdesc="libraries required by core, devkits and toolchains"
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=('69458944612671c7e734ccf9dba3f1aa')
18 echo "Copy binaries..."
19 cp -R scratchbox $pkgdir/
22 # vim:set ts=2 sw=2 et: