[arch-commits] CVS update of arch/build/system/mtx (PKGBUILD)

Eric Belanger eric at archlinux.org
Tue Aug 14 02:03:04 UTC 2007


    Date: Monday, August 13, 2007 @ 22:03:04
  Author: eric
    Path: /home/cvs-arch/arch/build/system/mtx

Modified: PKGBUILD (1.12 -> 1.13)

upgpkg: mtx 1.3.11-1
added license and url


----------+
 PKGBUILD |   14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)


Index: arch/build/system/mtx/PKGBUILD
diff -u arch/build/system/mtx/PKGBUILD:1.12 arch/build/system/mtx/PKGBUILD:1.13
--- arch/build/system/mtx/PKGBUILD:1.12	Mon May 15 19:34:27 2006
+++ arch/build/system/mtx/PKGBUILD	Mon Aug 13 22:03:04 2007
@@ -1,16 +1,20 @@
-# $Id: PKGBUILD,v 1.12 2006/05/15 23:34:27 uid1015 Exp $
+# $Id: PKGBUILD,v 1.13 2007/08/14 02:03:04 eric Exp $
 # Maintainer: dorphell <dorphell at archlinux.org>
 # Committer: Judd Vinet <jvinet at zeroflux.org>
 pkgname=mtx
-pkgver=1.2.18
+pkgver=1.3.11
 pkgrel=1
 pkgdesc="Send robot commands to tape changer"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
+url="http://mtx.opensource-sw.net/"
+license=('GPL2')
 depends=('glibc')
-source=(ftp://ftp.badtux.net/pub/storage/mtx/mtx-${pkgver}rel.tar.gz)
+source=(http://downloads.sourceforge.net/mtx/${pkgname}-${pkgver}.tar.gz)
+md5sums=('5aa464662450dac9a7e8bd9e136bb83a')
 
 build() {
-  cd $startdir/src/${pkgname}-${pkgver}rel
+  cd $startdir/src/${pkgname}-${pkgver}
+sed -i 's/static const unsigned char scsi_command_size/const unsigned char scsi_command_size/' sg_err.c || return 1
   ./configure --prefix=/ 
   make || return 1
   make prefix=$startdir/pkg install




More information about the arch-commits mailing list