diff options
Diffstat (limited to 'testing/pcmciautils/PKGBUILD')
-rw-r--r-- | testing/pcmciautils/PKGBUILD | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/testing/pcmciautils/PKGBUILD b/testing/pcmciautils/PKGBUILD deleted file mode 100644 index 3016b5667..000000000 --- a/testing/pcmciautils/PKGBUILD +++ /dev/null @@ -1,29 +0,0 @@ -# $Id: PKGBUILD 153429 2012-03-13 20:10:33Z tomegun $ -# Maintainer: Tom Gundersen <teg@jklm.no> -# Contributor: Tobias Powalowski <tpowa@archlinux.org> -pkgname=pcmciautils -pkgver=018 -pkgrel=2 -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,/bin/install,g' Makefile - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install -} -md5sums=('964c802994677a71b38ec56554aa229f') |