1 # This is an example PKGBUILD file. Use this as a start to creating your own,
2 # and remove these comments. For more information, see 'man PKGBUILD'.
3 # NOTE: Please fill out the license field for your package! If it is unknown,
4 # then please put 'unknown'.
6 # Contributor: Kostin Dmitrij [DsTr] <kostindima@gmail.com>
10 pkgdesc="CUE+* recursive splitter to flac-tracks"
12 url="http://code.google.com/p/m2t/"
14 depends=( ffmpeg flac shntool cuetools enca )
20 _svntrunk=http://m2t.googlecode.com/svn/trunk/
26 if [ -d $_svnmod/.svn ]; then
27 (cd $_svnmod && svn up -r $pkgver)
29 svn co $_svntrunk --config-dir ./ -r $pkgver $_svnmod
32 msg "SVN checkout done or server timeout"
33 msg "Starting make..."
37 install -Dm755 m2t /usr/bin/m2t