summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 28dad0baf435f1003885ba9fc332d6e95c97b517 (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
# Maintainer: archtux <antonio dot arias99999 at gmail dot com>

pkgname=gmediafinder-git
pkgver=121.694694c
pkgrel=1
pkgdesc="Application to stream or download videos and music from various YouTube-like sites without having flash installed."
arch=('any')
url="http://gnomefiles.org/content/show.php/Gmediafinder?content=138588"
license=('GPL2')
depends=('gnome-icon-theme' 'gstreamer0.10-ffmpeg' 'gstreamer0.10-good-plugins' 'gstreamer0.10-python' 'libvisual-plugins' 'python2-beautifulsoup4' \
         'python2-configobj' 'python2-distutils-extra' 'python2-gdata' 'python2-html5lib' 'python2-lxml' 'python2-mechanize' 'pywebkitgtk')
makedepends=('git' 'python2-distribute')
install=gmediafinder.install
source=('git+https://github.com/smolleyes/gmediafinder2.git')
md5sums=('SKIP')

package() {
   cd $srcdir/gmediafinder2
   python2 setup.py install --root=$pkgdir --optimize=1
}

pkgver() {
  cd $srcdir/gmediafinder2

  echo $(git rev-list --count master).$(git rev-parse --short master)
}