[arch-commits] Commit in isapnptools/trunk (PKGBUILD)

Giovanni Scafora giovanni at archlinux.org
Wed Feb 10 15:40:45 UTC 2010


    Date: Wednesday, February 10, 2010 @ 10:40:45
  Author: giovanni
Revision: 68049

Modified:
  isapnptools/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-02-10 15:35:51 UTC (rev 68048)
+++ PKGBUILD	2010-02-10 15:40:45 UTC (rev 68049)
@@ -1,19 +1,21 @@
 # $Id$
 # Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+
 pkgname=isapnptools
 pkgver=1.27
 pkgrel=2
-pkgdesc="allow ISA Plug-And-Play devices to be configured on a Linux machine"
+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=('GPL2')
-source=(ftp://metalab.unc.edu/pub/Linux/system/hardware/isapnptools-$pkgver.tgz)
+license=('GPL')
+source=(ftp://metalab.unc.edu/pub/Linux/system/hardware/${pkgname}-${pkgver}.tgz)
 md5sums=('b997ba56583dc850fce9b93d658dfa0c')
 
 build() {
-  cd $startdir/src/$pkgname-$pkgver
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
   ./configure --prefix=/usr
   make || return 1
-  make DESTDIR=$startdir/pkg install
+  make DESTDIR="${pkgdir}" install || return 1
 }




More information about the arch-commits mailing list