mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/udev-oxnas to 182-1
This commit is contained in:
parent
aece3ea573
commit
592d30b3b3
1 changed files with 4 additions and 6 deletions
|
@ -12,9 +12,9 @@ plugrel=1
|
|||
|
||||
_pkgbase='udev'
|
||||
pkgname='udev-oxnas'
|
||||
pkgver=181
|
||||
pkgver=182
|
||||
_pkgver=175
|
||||
pkgrel=5.1
|
||||
pkgrel=1
|
||||
arch=(i686 x86_64)
|
||||
url="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html"
|
||||
license=('GPL')
|
||||
|
@ -43,13 +43,11 @@ build() {
|
|||
}
|
||||
|
||||
package_udev-oxnas() {
|
||||
pkgdesc="The userspace dev tools (udev-oxnas)"
|
||||
depends=('util-linux' 'libusb-compat' 'glib2' 'module-init-tools' 'pciutils')
|
||||
pkgdesc="The userspace dev tools for old kernels (udev ${_pkgver})"
|
||||
depends=('util-linux' 'libusb-compat' 'glib2' 'kmod' 'pciutils')
|
||||
install=udev.install
|
||||
backup=(etc/udev/udev.conf)
|
||||
conflicts=('pcmcia-cs' 'hotplug' 'initscripts<2009.07')
|
||||
provides=("udev=${pkgver}")
|
||||
replaces=('devfsd')
|
||||
|
||||
cd $srcdir/$_pkgbase-$_pkgver
|
||||
make DESTDIR=${pkgdir} install
|
||||
|
|
Loading…
Reference in a new issue