updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / scratchbox-core / PKGBUILD
bloba83e7062b5709a6263979066bb7e910cf9545355
1 # Maintainer: Stephan Platz <arch@stephan-platz.de>
2 pkgname=scratchbox-core
3 pkgver=1.0.24
4 pkgrel=1
5 pkgdesc="environment, common tools and host compiler"
6 arch=('x86_64' 'i686')
7 url="http://www.scratchbox.org/"
8 license=('GPL')
9 depends=("scratchbox-libs=$pkgver")
10 optdepends=("scratchbox-devkit-debian: support for debian development"
11   "scratchbox-devkit-doctools: document generation"
12   "scratchbox-devkit-perl: perl support"
13   "scratchbox-devkit-qemu: qemu support")
14 install="$pkgname.install"
15 source=(http://www.scratchbox.org/download/files/sbox-releases/hathor/tarball/$pkgname-$pkgver-i386.tar.gz
16   http://www.stephan-platz.de/arch/scratchbox.init)
17 noextract=('scratchbox.init')
18 md5sums=('d40a6f8ee46c8adafce144dc62878b5b'
19          'f527090497c5d06e26aa46a250f76a61')
21 build() {
22   return 0
25 package() {
26   cd "$srcdir"
27   echo "Copy binaries..."
28   cp -R scratchbox $pkgdir/
29   mkdir -p $pkgdir/etc/rc.d/
30   cp $srcdir/scratchbox.init $pkgdir/etc/rc.d/scratchbox
33 # vim:set ts=2 sw=2 et: