core/udev-oxnas pkgbuild fixes

This commit is contained in:
Kevin Mihelich 2012-04-01 16:01:03 -06:00
parent 4c8dcea55e
commit 7d717ad9b9

View file

@ -14,12 +14,10 @@ _pkgbase='udev'
pkgname='udev-oxnas'
pkgver=181
_pkgver=175
provides=('udev=181')
pkgrel=5
arch=(i686 x86_64)
url="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html"
license=('GPL')
#groups=('base')
options=(!makeflags !libtool)
makedepends=('gobject-introspection' 'gperf')
source=(http://www.kernel.org/pub/linux/utils/kernel/hotplug/$_pkgbase-$_pkgver.tar.bz2
@ -49,7 +47,8 @@ package_udev-oxnas() {
depends=('util-linux' 'libusb-compat' 'glib2' 'module-init-tools' 'pciutils')
install=udev.install
backup=(etc/udev/udev.conf)
conflicts=('pcmcia-cs' 'hotplug' 'initscripts<2009.07' 'udev')
conflicts=('pcmcia-cs' 'hotplug' 'initscripts<2009.07')
provides=("udev=${pkgver}")
replaces=('devfsd')
cd $srcdir/$_pkgbase-$_pkgver