1 # Maintainer: Ray Rashif <schivmeister@gmail.com>
6 pkgdesc="FreeST: Standalone wrapper for Windows VST plug-ins"
8 url="http://www.joebutton.co.uk/fst/"
10 depends=('lash' 'wine')
14 install=fst-git.install
18 _gitroot="git://repo.or.cz/fst.git"
23 msg "Connecting to GIT server...."
25 if [ -d $_gitname ] ; then
26 (cd $_gitname && git pull origin)
27 msg "The local files are updated."
32 msg "GIT checkout done or server timeout"
33 msg "Starting make..."
40 install -Dm755 fst.exe "$pkgdir/usr/bin/fst"
43 mkdir -p "$pkgdir/usr/lib/fst"
44 install -m644 *.o "$pkgdir/usr/lib/fst/"
45 install -m755 fst.exe.so "$pkgdir/usr/lib/libfst.so"
48 install -Dm644 fst.h "$pkgdir/usr/include/fst.h"