updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / t61p-xconf / PKGBUILD
blob9a1ed5816bf0d1df0ba51939dfad20f28834b560
1 # Maintainer:  Adam Eberlin < ae at adameberlin dot com >
3 pkgname=t61p-xconf
4 pkgver=1.0
5 pkgrel=1
6 pkgdesc="Lenovo Thinkpad T61p Xorg Config (NVIDIA QUADRO FX 570M)"
7 arch=('i686' 'x86_64')
8 conflicts=()
9 depends=('xorg-server' 'nvidia')
10 license=('GPL')
11 makedepends=()
12 url=http://www.adameberlin.com/
13 source=('XF86Config')
14 md5sums=('1fd87ca8eda2b70c7dffcaf7e91f3b93')
16 build()
18         install -Dm644 ${srcdir}/XF86Config ${pkgdir}/etc/X11/XF86Config
20 # vim:syntax=sh