Date: Monday, May 10, 2010 @ 15:10:55 Author: tpowa Revision: 80044 upgpkg: nouveau-drm-lts 0.0.16_20100313-1 newpkg: build against lts kernel
Modified: nouveau-drm-lts/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-05-10 19:06:52 UTC (rev 80043) +++ PKGBUILD 2010-05-10 19:10:55 UTC (rev 80044) @@ -2,7 +2,7 @@ # Maintainer: Andreas Radke <[email protected]> # Contributor: buddabrod <[email protected]> -pkgname=nouveau-drm +pkgname=nouveau-drm-lts _snapdate=20100313 pkgver=0.0.16_${_snapdate} # see master/drivers/gpu/drm/nouveau/nouveau_drv.h for version _kernver='2.6.32-lts' @@ -15,7 +15,7 @@ # http://nouveau.freedesktop.org/wiki/InstallDRM#head-771a47a133fba6a5a70253656e76c61e9bff93bd optdepends=('nouveau-firmware: needed for very new card (NV50 family and above) to work properly where the OSS replacement does not work well') #makedepends=('git' 'autoconf' 'pkgconfig') -install=${pkgname}.install +install=nouveau-drm.install license=('GPL') #options=('force') source=(ftp://ftp.archlinux.org/other/$pkgname/master-${_snapdate}.tar.gz @@ -40,5 +40,4 @@ install -D -m 0644 ${srcdir}/master/include/drm/nouveau_drm.h ${pkgdir}/usr/include/nouveau_drm.h || return 1 # install script - sed -i -e "s/KERNEL_VERSION='.*'/KERNEL_VERSION='${_kernver}'/" ${startdir}/${pkgname}.install }
