[arch-commits] Commit in bochs/repos/community-x86_64 (PKGBUILD PKGBUILD)

Maxim Baz maximbaz at archlinux.org
Tue Dec 4 00:30:42 UTC 2018


    Date: Tuesday, December 4, 2018 @ 00:30:40
  Author: maximbaz
Revision: 411037

archrelease: copy trunk to community-x86_64

Added:
  bochs/repos/community-x86_64/PKGBUILD
    (from rev 411036, bochs/trunk/PKGBUILD)
Deleted:
  bochs/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  112 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-04 00:30:30 UTC (rev 411036)
+++ PKGBUILD	2018-12-04 00:30:40 UTC (rev 411037)
@@ -1,56 +0,0 @@
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-# Contributor: Kevin Piche <kevin at archlinux.org>
-
-pkgname=bochs
-pkgver=2.6.9
-pkgrel=2
-pkgdesc="A portable x86 PC emulation software package, including GUI debugger"
-arch=('x86_64')
-url="http://bochs.sourceforge.net/"
-license=('LGPL')
-depends=('gcc-libs' 'libxrandr' 'libxpm' 'gtk2')
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('f6670c56ac49af36174e254e82528d5f')
-
-prepare() {
-    cd "$srcdir/$pkgname-$pkgver"
-    # 4.X kernel is basically 3.20
-    sed -i 's/2\.6\*|3\.\*)/2.6*|3.*|4.*)/' configure*
-}
-
-build() {
-    cd "$srcdir/$pkgname-$pkgver"
-
-    ./configure \
-        --prefix=/usr \
-        --without-wx \
-        --with-x11 \
-        --with-x \
-        --with-term \
-        --disable-docbook \
-        --enable-cpu-level=6 \
-        --enable-fpu \
-        --enable-3dnow \
-        --enable-disasm \
-        --enable-smp \
-        --enable-x86-64 \
-        --enable-avx \
-        --enable-long-phy-address \
-        --enable-disasm \
-        --enable-pcidev \
-        --enable-usb \
-        --enable-debugger
-        #--with-sdl
-        #--enable-x86-debugger
-        #--enable-all-optimizations
-        #--enable-plugins
-    sed -i 's/^LIBS = /LIBS = -lpthread/g' Makefile
-    make -j 1
-}
-
-package() {
-    cd "$srcdir/$pkgname-$pkgver"
-    make DESTDIR="$pkgdir" install
-    install -Dm644 .bochsrc "$pkgdir/etc/bochsrc-sample.txt"
-}

Copied: bochs/repos/community-x86_64/PKGBUILD (from rev 411036, bochs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-12-04 00:30:40 UTC (rev 411037)
@@ -0,0 +1,56 @@
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+# Contributor: Kevin Piche <kevin at archlinux.org>
+
+pkgname=bochs
+pkgver=2.6.9
+pkgrel=2
+pkgdesc="A portable x86 PC emulation software package, including GUI debugger"
+arch=('x86_64')
+url="http://bochs.sourceforge.net/"
+license=('LGPL')
+depends=('gcc-libs' 'libxrandr' 'libxpm' 'gtk2')
+source=("https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('f6670c56ac49af36174e254e82528d5f')
+
+prepare() {
+    cd "$srcdir/$pkgname-$pkgver"
+    # 4.X kernel is basically 3.20
+    sed -i 's/2\.6\*|3\.\*)/2.6*|3.*|4.*)/' configure*
+}
+
+build() {
+    cd "$srcdir/$pkgname-$pkgver"
+
+    ./configure \
+        --prefix=/usr \
+        --without-wx \
+        --with-x11 \
+        --with-x \
+        --with-term \
+        --disable-docbook \
+        --enable-cpu-level=6 \
+        --enable-fpu \
+        --enable-3dnow \
+        --enable-disasm \
+        --enable-smp \
+        --enable-x86-64 \
+        --enable-avx \
+        --enable-long-phy-address \
+        --enable-disasm \
+        --enable-pcidev \
+        --enable-usb \
+        --enable-debugger
+        #--with-sdl
+        #--enable-x86-debugger
+        #--enable-all-optimizations
+        #--enable-plugins
+    sed -i 's/^LIBS = /LIBS = -lpthread/g' Makefile
+    make -j 1
+}
+
+package() {
+    cd "$srcdir/$pkgname-$pkgver"
+    make DESTDIR="$pkgdir" install
+    install -Dm644 .bochsrc "$pkgdir/etc/bochsrc-sample.txt"
+}



More information about the arch-commits mailing list