mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/udev-oxnas to (fake) 179-1
This commit is contained in:
parent
95d2fe9e4b
commit
f9dfb7372e
1 changed files with 6 additions and 7 deletions
|
@ -6,14 +6,14 @@
|
|||
|
||||
# ALARM: Jason Plum <max@warheads.net>
|
||||
# - Make this compatible with non-accept4 kernels.
|
||||
# - noautobuild to keep from building on v7h
|
||||
# - due to newer udev requiring devtmpfs (not available in .31), keeping udev at 175
|
||||
|
||||
plugrel=1
|
||||
noautobuild=1
|
||||
|
||||
_pkgbase='udev'
|
||||
pkgname='udev-oxnas'
|
||||
pkgver=175
|
||||
pkgver=179
|
||||
_pkgver=175
|
||||
pkgrel=1
|
||||
arch=(i686 x86_64)
|
||||
url="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html"
|
||||
|
@ -21,8 +21,7 @@ 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
|
||||
source=(http://people.freedesktop.org/~kay/udev/$_pkgbase-$pkgver.tar.bz2
|
||||
source=(http://www.kernel.org/pub/linux/utils/kernel/hotplug/$_pkgbase-$_pkgver.tar.bz2
|
||||
81-arch.rules
|
||||
pre-accept4-kernel.patch)
|
||||
md5sums=('2fc9c1efcbde98e3d73ffee7a77aea47'
|
||||
|
@ -30,7 +29,7 @@ md5sums=('2fc9c1efcbde98e3d73ffee7a77aea47'
|
|||
'8b28d85b2158be1b5a190135c9cc8851')
|
||||
|
||||
build() {
|
||||
cd $srcdir/$_pkgbase-$pkgver
|
||||
cd $srcdir/$_pkgbase-$_pkgver
|
||||
|
||||
patch -Np1 -i ${srcdir}/pre-accept4-kernel.patch
|
||||
./configure --sysconfdir=/etc\
|
||||
|
@ -53,7 +52,7 @@ package_udev-oxnas() {
|
|||
replaces=('devfsd')
|
||||
provides=('udev=174')
|
||||
|
||||
cd $srcdir/$_pkgbase-$pkgver
|
||||
cd $srcdir/$_pkgbase-$_pkgver
|
||||
make DESTDIR=${pkgdir} install
|
||||
# Install our rule for permissions and symlinks
|
||||
install -D -m644 $srcdir/81-arch.rules $pkgdir/lib/udev/rules.d/81-arch.rules
|
||||
|
|
Loading…
Reference in a new issue