updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / udev-usbnet-exz / PKGBUILD
blob10ba5b565b9b5f0ffdaee92efb8951ca4609803a
1 pkgname=udev-usbnet-exz
2 pkgver=1.0
3 pkgrel=1
4 url='http://heaven7.openflow.ru'
5 pkgdesc='udev rules for automatization actions usbnet motorolla devices (Motorola 1200 & etc...) Until only address assignment'
6 arch=('i686' 'x86_64')
7 license=('GPL')
9 source=('10-moto-ezx-usbnet.rules')
10 md5sums=('f5cc44f39df31e563d149d4acfd7c2a2')
12 build() {
13   mkdir -p "${pkgdir}/etc/udev/rules.d"
14   cp "${srcdir}/10-moto-ezx-usbnet.rules" "${pkgdir}/etc/udev/rules.d"