1 # Maintainer: dryes <joswiseman@gmail>
2 pkgname='autsmuxer-git'
5 pkgdesc='autsmuxer is effectively MKV2VOB for *NiX systems.'
6 url='https://github.com/dryes/autsmuxer'
9 depends=('tsmuxer' 'mkvtoolnix' 'mencoder' 'aften' 'libdca')
10 optdepends=('spdifconvert')
13 _gitroot='git://github.com/dryes/autsmuxer.git'
18 msg 'Connecting to GIT server....'
20 if [ -d "${_gitname}" ] ; then
21 cd "${_gitname}" && git pull origin
22 msg 'The local files are updated.'
24 git clone "${_gitroot}" "${_gitname}"
27 msg 'GIT checkout done or server timeout'
31 install -D -m755 "${srcdir}/autsmuxer/autsmuxer.sh" "${pkgdir}/usr/bin/autsmuxer"