[arch-commits] Commit in v86d/trunk (PKGBUILD)

Eric Bélanger eric at archlinux.org
Tue Apr 12 13:37:13 UTC 2011


    Date: Tuesday, April 12, 2011 @ 09:37:13
  Author: eric
Revision: 119572

upgpkg: v86d 0.1.10-1
Upstream update

Modified:
  v86d/trunk/PKGBUILD

----------+
 PKGBUILD |   26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-04-12 13:36:41 UTC (rev 119571)
+++ PKGBUILD	2011-04-12 13:37:13 UTC (rev 119572)
@@ -1,38 +1,38 @@
 # $Id$
 # Maintainer: Thomas Baechler <thomas at archlinux.org>
 
-pkgname="v86d"
-pkgver=0.1.9
-pkgrel=11
+pkgname=v86d
+pkgver=0.1.10
+pkgrel=1
 pkgdesc="userspace helper for uvesafb that runs x86 code in an emulated environment"
+arch=('i686' 'x86_64')
 url="http://dev.gentoo.org/~spock/projects/uvesafb/"
 license=('GPL2')
-arch=("i686" "x86_64")
 depends=('glibc')
 conflicts=('mkinitcpio<0.5.99')
-backup=(etc/modprobe.d/uvesafb.conf)
+backup=('etc/modprobe.d/uvesafb.conf')
+options=('!makeflags')
 source=(http://dev.gentoo.org/~spock/projects/uvesafb/archive/v86d-$pkgver.tar.bz2
         v86d
         v86d_hook
         modprobe.uvesafb)
-md5sums=('ebbbc8e7013c9544b6ba6981add43831'
+md5sums=('51c792ba7b874ad8c43f0d3da4cfabe0'
          '33f3131e7bf041ed6a67e92bff272f4c'
          '813958b8f6c75a7063e4858f31509694'
          '2d7cc8dc6a41916a13869212d0191147')
-options=(!makeflags)
 
 build() {
-  cd $srcdir/v86d-$pkgver
+  cd "$srcdir/v86d-$pkgver"
   ./configure --with-x86emu
   # we only need /usr/include/video/uvesafb.h
   make KDIR=/usr
 }
 
 package() {
-  cd $srcdir/v86d-$pkgver
-  make DESTDIR=$pkgdir install
+  cd "$srcdir/v86d-$pkgver"
+  make DESTDIR="$pkgdir" install
 
-  install -D -m644 $srcdir/v86d $pkgdir/lib/initcpio/install/v86d
-  install -D -m644 $srcdir/v86d_hook $pkgdir/lib/initcpio/hooks/v86d
-  install -D -m644 $srcdir/modprobe.uvesafb $pkgdir/etc/modprobe.d/uvesafb.conf
+  install -D -m644 "$srcdir/v86d" "$pkgdir/lib/initcpio/install/v86d"
+  install -D -m644 "$srcdir/v86d_hook" "$pkgdir/lib/initcpio/hooks/v86d"
+  install -D -m644 "$srcdir/modprobe.uvesafb" "$pkgdir/etc/modprobe.d/uvesafb.conf"
 }




More information about the arch-commits mailing list