diff options
Diffstat (limited to 'abs/core-testing/vbetool/PKGBUILD')
-rw-r--r-- | abs/core-testing/vbetool/PKGBUILD | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/abs/core-testing/vbetool/PKGBUILD b/abs/core-testing/vbetool/PKGBUILD deleted file mode 100644 index 9b279e6..0000000 --- a/abs/core-testing/vbetool/PKGBUILD +++ /dev/null @@ -1,32 +0,0 @@ -# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $ -# Maintainer: James Rayner <james@archlinux.org> -# Contributor: Christian Storm <Christian.Storm@gmx.DE> -pkgname=vbetool -pkgver=1.0 -pkgrel=2 -pkgdesc="vbetool uses lrmi in order to run code from the video BIOS" -arch=('i686' 'x86_64') -url="http://www.srcf.ucam.org/~mjg59/vbetool/" -license=('GPL2') -depends=('zlib' 'libx86') -makedepends=('pciutils') -source=(http://www.codon.org.uk/~mjg59/vbetool/download/vbetool-${pkgver}.tar.gz) - - -build() { - cd $startdir/src/vbetool-$pkgver - if [ "${CARCH}" = "x86_64" ]; then - ./configure --prefix=/usr --without-x86emu - else - ./configure --prefix=/usr - fi - make LIBS=-lpci || return 1 - make DESTDIR=$startdir/pkg install -} - - - - - - -md5sums=('e57b5475b8200e3c44df7f53f0fbdc72') |