summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 294098a4276981c947ee34926dded6f0fa5c5503 (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
# Maintainer: Brenton Horne <brentonhorne77 at gmail dot com>

pkgname=foobnix
pkgver=3.1
pkgrel=1
pkgdesc="Music player for Linux"
arch=('i686' 'x86_64')
url="http://www.foobnix.com/"
license=('GPL3')
source=("https://github.com/foobnix/foobnix/archive/${pkgver}.tar.gz")
md5sums=('0602df86c4027d7ef36b0224c92553ed')
depends=('desktop-file-utils' 'gettext' 'gst-plugins-bad' 'gst-plugins-base' 'gst-plugins-good' 'gst-plugins-ugly'
'gst-plugins-base-libs' 'gst-python2' 'mutagen' 'python2-chardet' 'python2-gobject' 'python2-keybinder2' 'python2-notify'
'python2-simplejson')
install=foobnix.install

build() {
  cd ${pkgname}-${pkgver}
  python2 setup.py build
}

package() {
  cd ${pkgname}-${pkgver}
  python2 setup.py install --root=${pkgdir}
}