summaryrefslogtreecommitdiff
path: root/community/ozerocdoff/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-12-07 11:02:07 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-12-07 11:02:07 -0300
commit8a3d4ee5105eefa2136eb7ae83e69d01f29864c3 (patch)
tree8be9a06d3b2d8cade4b5dba48e040c632bd33850 /community/ozerocdoff/PKGBUILD
parent404b7ff94ece6bb2ce0e9df042ac1fe798137c83 (diff)
parentd1d87d2ac643e3dabc251f3cec7d3b00e29b282c (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/zathura/PKGBUILD extra/gnome-desktop-sharp/PKGBUILD extra/gnome-python-desktop/PKGBUILD extra/libdvdread/PKGBUILD extra/mjpegtools/PKGBUILD extra/postgresql/PKGBUILD
Diffstat (limited to 'community/ozerocdoff/PKGBUILD')
-rw-r--r--community/ozerocdoff/PKGBUILD14
1 files changed, 10 insertions, 4 deletions
diff --git a/community/ozerocdoff/PKGBUILD b/community/ozerocdoff/PKGBUILD
index 653e28f2a..452fc41ff 100644
--- a/community/ozerocdoff/PKGBUILD
+++ b/community/ozerocdoff/PKGBUILD
@@ -1,24 +1,30 @@
-# $Id: PKGBUILD 33926 2010-11-29 11:26:18Z allan $
+# $Id: PKGBUILD 60103 2011-12-05 08:41:04Z spupykin $
# Maintainer: Geoffroy Carrier <geoffroy.carrier@aur.archlinux.org>
pkgname=ozerocdoff
pkgver=2
-pkgrel=3
+pkgrel=4
pkgdesc="Userspace driver for Option High Speed Mobile Devices"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.pharscape.org/ozerocdoff.html"
depends=('bash' 'libusb-compat')
license=('GPL2')
-source=(udev.tar.gz::"http://www.pharscape.org/forum/index.php?action=dlattach;topic=545.0;attach=4")
-md5sums=('88a78f9380d9591f8d20a657b72e3e5c')
+options=('!emptydirs')
+source=(udev.tar.gz::"http://www.pharscape.org/forum/index.php?action=dlattach;topic=545.0;attach=4"
+ "remove-old-rules.patch")
+md5sums=('88a78f9380d9591f8d20a657b72e3e5c'
+ '2b28c8310b615e7283c2c38f62533c4f')
build() {
cd "${srcdir}/udev"
make clean
+ patch -p1 <$srcdir/remove-old-rules.patch
make
}
package() {
cd "${srcdir}/udev"
make DESTDIR="${pkgdir}" install
+ rm -rf $pkgdir/usr/lib/hal
+ rm -rf $pkgdir/usr/share/hal
}