1 # Maintainer: SpepS <dreamspepser at yahoo dot it>
6 pkgdesc="A Wrapper module completely written in Lua that implements the functionality of the OpenSoundControl protocol."
8 url="http://luaforge.net/projects/luaosc/"
10 depends=('lpack' 'luasocket')
11 source=("http://luaforge.net/frs/download.php/3916/$pkgname-$pkgver.tar.gz")
12 md5sums=('47e38d392fee3e374946b6096d998665')
19 cd "$srcdir/$pkgname-$pkgver"
22 install -d "$pkgdir/usr/share/lua/5.1/osc"
23 install -Dm644 src/osc.lua "$pkgdir/usr/share/lua/5.1"
24 install -Dm644 src/osc/*.lua "$pkgdir/usr/share/lua/5.1/osc"
28 install -d "$pkgdir/usr/share/$pkgname/samples"
29 install -Dm644 samples/* "$pkgdir/usr/share/$pkgname/samples"
32 # vim:set ts=2 sw=2 et: