updated on Tue Jan 17 12:00:36 UTC 2012
[aur-mirror.git] / scratchbox-devkit-doctools / PKGBUILD
blobd60e66a47c3a1f302a817531edd0ffa78b63e01f
1 # Maintainer: Stephan Platz <arch@stephan-platz.de>
2 pkgname=scratchbox-devkit-doctools
3 pkgver=1.0.15
4 pkgrel=1
5 pkgdesc="document generation tools"
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)
11 build() {
12   return 0
15 package() {
16   cd "$srcdir"
17   echo "Copy binaries..."
18   cp -R scratchbox $pkgdir/
21 # vim:set ts=2 sw=2 et:
22 md5sums=('9ca92337b8273695aef67ba4546740b9')