summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: b6a1363a6464dc991279c6d8072ee530b669714c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
pkgname=cue2tracks
pkgver=0.2.16
pkgrel=2
pkgdesc="Bash script for slipt audio CD image files with cue sheet"
url="https://code.google.com/p/cue2tracks/"
license=('GPL2')
arch=('any')
depends=('bash' 'cuetools' 'shntool' 'file' 'glibc' 'flac')
optdepends=('vorbis-tools: For OGG support'
'flake8: Alternative FLAC encoder'
'mac: For APE support'
'wavpack: For WavPack support'
'shorten: For shorten support'
'ttaenc: For True Audio Codec support'
'lame: For MP3 support'
'id3v2: For MP3 tagging support'
'faac: For AAC in M4A support'
'faad2: For AAC in M4A support')
source=("https://cue2tracks.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")

package() {
  cd $srcdir/$pkgname-$pkgver
	
  install -d -m 755 $pkgdir/usr/bin
  
  make install PREFIX="$pkgdir/usr"
}


md5sums=('f449aa804e8c3f9dd90a03f89f408fcc')