summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 28c2d51b2028372a7154d24b85167717765417c6 (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
27
28
29
30
31
32
# Maintainer: Christoph Brill <egore911@gmail.com>

pkgname=pylotro-git
pkgver=40
pkgrel=1
pkgdesc="LOTRO/DDO Launcher (needed to login to Turbine Inc. servers)"
arch=('i386' 'x86_64')
url="https://launchpad.net/~ajackson-bcs/+archive/ppa/"
license=('GPL3')
depends=('openal' 'python2-pyqt')
 if test "$CARCH" == x86_64; then
  depends+=('lib32-openal')
 fi
makedepends=('git')
conflicts=('pylotro')
provides=('pylotro')
source=('pylotro-git::git+https://github.com/nwestfal/pylotro.git')

package() {
  cd $srcdir/pylotro-git

  # Install files
  python2 setup.py install --root=$pkgdir
}

pkgver() {
  cd $srcdir/pylotro-git

  echo $(git rev-list --count master)
}

md5sums=('SKIP')