Date: Sunday, January 27, 2013 @ 17:09:41 Author: pierre Revision: 83126
archrelease: copy trunk to community-i686, community-x86_64 Added: bochs/repos/community-i686/ bochs/repos/community-i686/PKGBUILD (from rev 83125, bochs/trunk/PKGBUILD) bochs/repos/community-x86_64/ bochs/repos/community-x86_64/PKGBUILD (from rev 83125, bochs/trunk/PKGBUILD) ---------------------------+ community-i686/PKGBUILD | 27 +++++++++++++++++++++++++++ community-x86_64/PKGBUILD | 27 +++++++++++++++++++++++++++ 2 files changed, 54 insertions(+) Copied: bochs/repos/community-i686/PKGBUILD (from rev 83125, bochs/trunk/PKGBUILD) =================================================================== --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2013-01-27 16:09:41 UTC (rev 83126) @@ -0,0 +1,27 @@ +# $Id$ +#Contributor: Tom Newsom <jeeps...@gmx.co.uk> +# Maintainer: Kevin Piche <ke...@archlinux.org> + +pkgname=bochs +pkgver=2.6 +pkgrel=1 +pkgdesc="A portable x86 PC emulation software package" +arch=('i686' 'x86_64') +url="http://bochs.sourceforge.net/" +license=('LGPL') +depends=('gcc-libs' 'libxrandr') +source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz") +md5sums=('7e25e1a4d2f7e0464e8d6381f38741d9') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure --prefix=/usr --without-wx --enable-cpu-level=6 \ + --enable-fpu --enable-3dnow --enable-disasm + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install + install -D -m 644 .bochsrc "${pkgdir}/etc/bochsrc-sample.txt" +} Copied: bochs/repos/community-x86_64/PKGBUILD (from rev 83125, bochs/trunk/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2013-01-27 16:09:41 UTC (rev 83126) @@ -0,0 +1,27 @@ +# $Id$ +#Contributor: Tom Newsom <jeeps...@gmx.co.uk> +# Maintainer: Kevin Piche <ke...@archlinux.org> + +pkgname=bochs +pkgver=2.6 +pkgrel=1 +pkgdesc="A portable x86 PC emulation software package" +arch=('i686' 'x86_64') +url="http://bochs.sourceforge.net/" +license=('LGPL') +depends=('gcc-libs' 'libxrandr') +source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz") +md5sums=('7e25e1a4d2f7e0464e8d6381f38741d9') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure --prefix=/usr --without-wx --enable-cpu-level=6 \ + --enable-fpu --enable-3dnow --enable-disasm + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install + install -D -m 644 .bochsrc "${pkgdir}/etc/bochsrc-sample.txt" +}