mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
14 lines
492 B
Bash
14 lines
492 B
Bash
# Maintainer: Geoffroy Carrier <geoffroy.carrier@aur.archlinux.org>
|
|
pkgname=ozerocdoff
|
|
pkgver=2
|
|
pkgrel=1
|
|
pkgdesc="Userspace driver for Option High Speed Mobile Devices"
|
|
arch=('i686' 'x86_64')
|
|
url="http://www.pharscape.org/component/option,com_forum/Itemid,68/page,viewtopic/t,545/"
|
|
license=('GPL2')
|
|
source=(http://koon.fr/~gcarrier/$pkgname-$pkgver.tar.gz)
|
|
build() {
|
|
cd "$srcdir/$pkgname-$pkgver"
|
|
make DESTDIR="$pkgdir/" install || return 1
|
|
}
|
|
md5sums=('08dd49d0ea86c95aaab2517fa4b98750')
|