updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / scratchbox-libs / PKGBUILD
blobd8c9e40ae3471be8a7ff057795fbe3312774b620
1 # Maintainer: Stephan Platz <arch@stephan-platz.de>
2 pkgname=scratchbox-libs
3 pkgver=1.0.24
4 pkgrel=1
5 pkgdesc="libraries required by core, devkits and toolchains"
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=('69458944612671c7e734ccf9dba3f1aa')
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: