updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / scratchbox-devkit-perl / PKGBUILD
blobba9c41a0bdf1c38e5ab7d1695393b5d1f7cd2391
1 # Maintainer: Stephan Platz <arch@stephan-platz.de>
2 pkgname=scratchbox-devkit-perl
3 pkgver=1.0.5
4 pkgrel=1
5 pkgdesc="additional Perl modules"
6 arch=('x86_64' 'i686')
7 url="http://www.scratchbox.org/"
8 license=('GPL')
9 source=(http://www.scratchbox.org/download/files/sbox-releases/hathor/tarball/$pkgname-$pkgver-i386.tar.gz)
10 md5sums=('61a87f69437fe52c9bf8ea95f02ab059')
12 build() {
13   return 0
16 package() {
17   cd "$srcdir"
18   echo "Copy binaries..."
19   cp -R scratchbox $pkgdir/
22 # vim:set ts=2 sw=2 et: