1 pkgname=banshee-community-extensions
4 pkgdesc="Banshee Community Extensions is a repository and project for extensions to the Banshee media player that are community contributed and maintained"}
6 url="http://banshee.fm/"
8 depends=('mono' 'banshee>=2.2.0' 'webkit-sharp' 'sqlite3' 'intltool')
9 optdepends=('banshee-youtube: for banshee with youtube extension enabled')
11 source=(http://download.banshee.fm/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
12 sha256sums=('683c914b523d4e00871136ad6e12a5f389e58d3405433a224b52a0e4ae5418e8')
15 cd "${srcdir}"/${pkgname}-$pkgver
16 ./configure --prefix=/usr
20 cd "${srcdir}"/${pkgname}-${pkgver}/bin
21 mkdir -p "${pkgdir}"/usr/lib/banshee/Extensions
22 cp -a * "${pkgdir}"/usr/lib/banshee/Extensions