1 #Contributor: Bill Streeter <quimax@tds.net>
2 #Credit to Tebari on the forums for the origional build from the forums.
6 pkgdesc="Sony Vaio FS Laptop hotkey handler"
8 url="http://developer.berlios.de/projects/fsfn/"
11 makedepends=('subversion')
12 backup=('etc/fsfn.conf')
14 md5sums=('f2c84cb5690b89407e439fd8ec572aa6')
17 _svntrunk=svn://svn.berlios.de/fsfn/trunk
23 msg "Starting SVN checkout..."
25 svn co $_svntrunk/$_svnmod -r $pkgver $_svnmod
27 msg "SVN checkout done or server timeout"
28 msg "Starting make..."
30 cp -r $_svnmod $_svnmod-build
33 ./configure --prefix=/usr
35 make prefix=$startdir/pkg/usr install
38 install -Dm755 fsfn.rc.d $startdir/pkg/etc/rc.d/fsfn
39 install -Dm644 $_svnmod-build/etc/fsfn.conf $startdir/pkg/etc/fsfn.conf