summaryrefslogtreecommitdiff
path: root/community/ozerocdoff
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-04-05 14:26:38 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-04-05 14:26:38 +0000
commit415856bdd4f48ab4f2732996f0bae58595092bbe (patch)
treeede2018b591f6dfb477fe9341ba17b9bc000fab9 /community/ozerocdoff
Tue Apr 5 14:26:38 UTC 2011
Diffstat (limited to 'community/ozerocdoff')
-rw-r--r--community/ozerocdoff/PKGBUILD24
1 files changed, 24 insertions, 0 deletions
diff --git a/community/ozerocdoff/PKGBUILD b/community/ozerocdoff/PKGBUILD
new file mode 100644
index 000000000..d06c022f1
--- /dev/null
+++ b/community/ozerocdoff/PKGBUILD
@@ -0,0 +1,24 @@
+# $Id: PKGBUILD 33926 2010-11-29 11:26:18Z allan $
+# Maintainer: Geoffroy Carrier <geoffroy.carrier@aur.archlinux.org>
+
+pkgname=ozerocdoff
+pkgver=2
+pkgrel=3
+pkgdesc="Userspace driver for Option High Speed Mobile Devices"
+arch=('i686' 'x86_64')
+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')
+
+build() {
+ cd "${srcdir}/udev"
+ make clean
+ make
+}
+
+package() {
+ cd "${srcdir}/udev"
+ make DESTDIR="${pkgdir}" install
+}