contrib/pcmciautils/Pkgfile
2012-09-02 13:31:22 +03:00

21 lines
711 B
Plaintext

# Description: An initialization tools necessary to allow the PCMCIA subsystem to behave (almost) as every other hotpluggable bus system
# URL: http://www.kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html
# Maintainer: Mikhail Kolesnik, mike at openbunker dot org
# Depends on: sysfsutils
name=pcmciautils
version=018
release=1
# missing upstream source
#http://www.kernel.org/pub/linux/utils/kernel/pcmcia/$name-$version.tar.bz2
source=(ftp://ftp.archlinux.org/other/$name/$name-$version.tar.xz \
$name-makefile.patch)
build() {
cd $name-$version
patch -p1 -i $SRC/$name-makefile.patch
make
make DESTDIR=$PKG install
mv $PKG/etc/udev/rules.d/60-pcmcia.rules $PKG/etc/udev/rules.d/65-pcmcia.rules
}