summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: ed54dc0bc2702cba96af3961075c5d0af9d2d94b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Contributor: Schnouki <thomas.jost@gmail.com>
pkgname=disper
pkgver=0.2.2
pkgrel=1
pkgdesc="An on-the-fly display switch utility, intended to be used on laptops, especially with nVidia cards."
arch=('any')
url="http://willem.engen.nl/projects/disper/"
license=('GPL')
depends=('python')
source=(https://launchpad.net/~wvengen/+archive/ppa/+files/${pkgname}_${pkgver}.tar.gz)
md5sums=('d2d397db52a35fc2f9db78f6747239be')

build() {
  cd "$srcdir/trunk"

  make || return 1
  make DESTDIR="$pkgdir" install
}