summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: e867486702c14a894d01843f62b0390b42f89bd3 (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.1
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=('4d7125c01530eae6ead22da3bc334959')

build() {
  cd "$srcdir/trunk"

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