diff options
Diffstat (limited to 'extra/isapnptools/PKGBUILD')
-rw-r--r-- | extra/isapnptools/PKGBUILD | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/extra/isapnptools/PKGBUILD b/extra/isapnptools/PKGBUILD deleted file mode 100644 index b5227742f..000000000 --- a/extra/isapnptools/PKGBUILD +++ /dev/null @@ -1,28 +0,0 @@ -# $Id: PKGBUILD 188739 2013-06-19 02:11:11Z eric $ -# Maintainer: Giovanni Scafora <giovanni@archlinux.org> - -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') -#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 -} |