updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / banshee-community-extensions / PKGBUILD
blobad1857a9c912017a3c1b71db648ca660b868db4e
1 pkgname=banshee-community-extensions
2 pkgver=2.2.0
3 pkgrel=1
4 pkgdesc="Banshee Community Extensions is a repository and project for extensions to the Banshee media player that are community contributed and maintained"}
5 arch=('i686' 'x86_64')
6 url="http://banshee.fm/"
7 license=('GPL2')
8 depends=('mono' 'banshee>=2.2.0' 'webkit-sharp' 'sqlite3' 'intltool')
9 optdepends=('banshee-youtube: for banshee with youtube extension enabled')
10 #makedepends=('git')
11 source=(http://download.banshee.fm/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
12 sha256sums=('683c914b523d4e00871136ad6e12a5f389e58d3405433a224b52a0e4ae5418e8')
14 build() {
15         cd "${srcdir}"/${pkgname}-$pkgver
16         ./configure --prefix=/usr
17         make
19 package() {
20         cd "${srcdir}"/${pkgname}-${pkgver}/bin
21         mkdir -p "${pkgdir}"/usr/lib/banshee/Extensions
22         cp -a * "${pkgdir}"/usr/lib/banshee/Extensions