1 # Maintainer: Xiao-Long Chen <chenxiaolong@cxl.epac.to>
6 pkgdesc="Extracts various sections from the Twilight Princess Z2Sound.baa file"
8 url="http://hcs64.com/files/"
10 source=("http://hcs64.com/files/${pkgname}${pkgver}.zip")
11 sha512sums=('a7dcb1d70460fee85955bd25df2839c0d1302dff8ca97d3d231445ebff81dfd8887595211e19d52df03cce984103501512884b1e5a56b794992e15e78e9a649a')
27 install -Dm755 bst "${pkgdir}/usr/bin/bst"
28 install -Dm755 baad "${pkgdir}/usr/bin/baad"
31 # vim:set ts=2 sw=2 et: