From 65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Fri, 27 Dec 2013 23:55:53 +0000 Subject: Fri Dec 27 23:54:04 UTC 2013 --- community/isapnptools/PKGBUILD | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 community/isapnptools/PKGBUILD (limited to 'community/isapnptools/PKGBUILD') diff --git a/community/isapnptools/PKGBUILD b/community/isapnptools/PKGBUILD new file mode 100644 index 000000000..696ca681f --- /dev/null +++ b/community/isapnptools/PKGBUILD @@ -0,0 +1,29 @@ +# $Id: PKGBUILD 102163 2013-12-06 11:42:51Z giovanni $ +# Maintainer: Giovanni Scafora + +pkgname=isapnptools +pkgver=1.27 +pkgrel=4 +pkgdesc="Allow ISA Plug-And-Play devices to be configured on a Linux machine" +url="http://www.roestock.demon.co.uk/isapnptools/" +depends=('glibc') +arch=('i686' 'x86_64') +license=('GPL') +options=('staticlibs') +#source=("ftp://metalab.unc.edu/pub/Linux/system/hardware/${pkgname}-${pkgver}.tgz") +source=("http://ibiblio.org/pub/Linux/system/hardware/${pkgname}-${pkgver}.tgz") +md5sums=('b997ba56583dc850fce9b93d658dfa0c') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + ./configure --prefix=/usr \ + --sbindir=/usr/bin + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + + make DESTDIR="${pkgdir}" install +} -- cgit v1.2.3-54-g00ecf