1 # Maintainer: Stephan Platz <arch@stephan-platz.de>
2 pkgname=scratchbox-devkit-perl
5 pkgdesc="additional Perl modules"
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=('61a87f69437fe52c9bf8ea95f02ab059')
18 echo "Copy binaries..."
19 cp -R scratchbox $pkgdir/
22 # vim:set ts=2 sw=2 et: