mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
Merge branch 'master' of github.com:archlinuxarm/PKGBUILDs
This commit is contained in:
commit
4c4611ddcf
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue