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

Tom Gundersen tomegun at nymeria.archlinux.org
Thu May 30 14:55:54 UTC 2013


    Date: Thursday, May 30, 2013 @ 16:55:53
  Author: tomegun
Revision: 186701

upgpkg: v86d 0.1.10-5

usrmove

Added:
  v86d/trunk/v86d_install
    (from rev 186698, v86d/trunk/v86d)
Modified:
  v86d/trunk/PKGBUILD
Deleted:
  v86d/trunk/v86d

--------------+
 PKGBUILD     |   23 ++++++++++++++---------
 v86d         |   14 --------------
 v86d_install |   14 ++++++++++++++
 3 files changed, 28 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-30 14:40:21 UTC (rev 186700)
+++ PKGBUILD	2013-05-30 14:55:53 UTC (rev 186701)
@@ -1,36 +1,41 @@
 # $Id$
-# Maintainer: Thomas Baechler <thomas at archlinux.org>
+# Maintainer:
 
 pkgname=v86d
 pkgver=0.1.10
-pkgrel=4
+pkgrel=5
 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/"
+url="https://github.com/mjanusz/v86d"
 license=('GPL2')
 depends=('glibc')
+makedepends=('git')
 options=('!makeflags')
-source=(http://dev.gentoo.org/~spock/projects/uvesafb/archive/v86d-$pkgver.tar.bz2
-        v86d
+source=("git://github.com/mjanusz/v86d.git#tag=$pkgname-$pkgver"
+        v86d_install
         v86d_hook
         modprobe.uvesafb)
-md5sums=('51c792ba7b874ad8c43f0d3da4cfabe0'
+md5sums=(SKIP
          '66ab32602ab29cc5635eaac7f3e42283'
          '5f75b8bc4a7ddf595014591e5db263cb'
          '2d7cc8dc6a41916a13869212d0191147')
 
 build() {
-  cd "$srcdir/v86d-$pkgver"
+  cd "$pkgname"
   ./configure --with-x86emu
   # we only need /usr/include/video/uvesafb.h
   make KDIR=/usr
 }
 
 package() {
-  cd "$srcdir/v86d-$pkgver"
+  cd "$pkgname"
   make DESTDIR="$pkgdir" install
 
-  install -D -m644 "$srcdir/v86d" "$pkgdir/usr/lib/initcpio/install/v86d"
+  install -D -m644 "$srcdir/v86d_install" "$pkgdir/usr/lib/initcpio/install/v86d"
   install -D -m644 "$srcdir/v86d_hook" "$pkgdir/usr/lib/initcpio/hooks/v86d"
   install -D -m644 "$srcdir/modprobe.uvesafb" "$pkgdir/usr/lib/modprobe.d/uvesafb.conf"
+
+  # usrmove
+  cd "$pkgdir"
+  mv sbin usr/bin
 }

Deleted: v86d
===================================================================
--- v86d	2013-05-30 14:40:21 UTC (rev 186700)
+++ v86d	2013-05-30 14:55:53 UTC (rev 186701)
@@ -1,14 +0,0 @@
-build() {
-    add_module 'uvesafb'
-
-    add_binary "v86d"
-    add_file "/usr/lib/modprobe.d/uvesafb.conf"
-
-    add_runscript
-}
-
-help() {
-    echo "This hook sets up v86d, the userspace helper for uvesafb."
-}
-
-# vim: set ft=sh ts=4 sw=4 expandtab:

Copied: v86d/trunk/v86d_install (from rev 186698, v86d/trunk/v86d)
===================================================================
--- v86d_install	                        (rev 0)
+++ v86d_install	2013-05-30 14:55:53 UTC (rev 186701)
@@ -0,0 +1,14 @@
+build() {
+    add_module 'uvesafb'
+
+    add_binary "v86d"
+    add_file "/usr/lib/modprobe.d/uvesafb.conf"
+
+    add_runscript
+}
+
+help() {
+    echo "This hook sets up v86d, the userspace helper for uvesafb."
+}
+
+# vim: set ft=sh ts=4 sw=4 expandtab:




More information about the arch-commits mailing list