Date: Sunday, April 1, 2012 @ 15:52:53
  Author: tomegun
Revision: 155317

db-move: moved pcmciautils from [staging] to [testing] (x86_64)

Added:
  pcmciautils/repos/testing-x86_64/
  pcmciautils/repos/testing-x86_64/PKGBUILD
    (from rev 155315, pcmciautils/repos/staging-x86_64/PKGBUILD)
Deleted:
  pcmciautils/repos/staging-x86_64/

----------+
 PKGBUILD |   30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

Copied: pcmciautils/repos/testing-x86_64/PKGBUILD (from rev 155315, 
pcmciautils/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2012-04-01 19:52:53 UTC (rev 155317)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Tom Gundersen <t...@jklm.no>
+# Contributor: Tobias Powalowski <tp...@archlinux.org>
+pkgname=pcmciautils
+pkgver=018
+pkgrel=3
+pkgdesc="Utilities for inserting and removing PCMCIA cards"
+arch=(i686 x86_64)
+url="http://kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html";
+license=('GPL')
+groups=('base')
+# sysfsutils will not be required in the next release
+depends=('udev' 'sysfsutils')
+conflicts=('pcmcia-cs')
+# 
source=(http://kernel.org/pub/linux/utils/kernel/pcmcia/${pkgname}-${pkgver}.tar.bz2)
 broken due to breakin
+source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz)
+options=(!makeflags)
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  sed -i -e 's,/usr/bin/install,install,g;
+             s,/lib/udev,/usr/lib/udev,g' Makefile
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+md5sums=('964c802994677a71b38ec56554aa229f')

Reply via email to