1 #Contributor <Themaister> <maister@archlinux.us>
6 pkgdesc="Simple and Lightweight Media Player."
8 url="http://github.com/Themaister/SLIMPlayer"
12 depends=('glfw' 'nvidia-cg-toolkit' 'alsa-lib' 'ffmpeg' 'libass')
13 makedepends=('git' 'gcc>=4.5')
15 _gitroot="git://github.com/Themaister/SLIMPlayer.git"
21 msg "Connection to GIT server ..."
23 if [ -d $_gitname ]; then
31 msg "Git checkout done."
38 mkdir -p $pkgdir/usr/bin
40 make DESTDIR=$pkgdir PREFIX=/usr install