mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-12-08 23:03:46 +00:00
16 lines
539 B
Bash
16 lines
539 B
Bash
# Maintainer: Geoffroy Carrier <geoffroy.carrier@aur.archlinux.org>
|
|
pkgname=rezero
|
|
pkgver=0.1
|
|
pkgrel=2
|
|
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,425/"
|
|
license=('GPL2')
|
|
provides=('ozerocdoff')
|
|
conflicts=('ozerocdoff')
|
|
source=(http://koon.fr/~gcarrier/$pkgname-$pkgver.tar.gz)
|
|
build() {
|
|
cd "$srcdir/$pkgname-$pkgver"
|
|
make DESTDIR="$pkgdir/" install || return 1
|
|
}
|
|
md5sums=('10bac452c439dc8aa98e7a2de2987e56')
|