PKGBUILDs/community/ozerocdoff/PKGBUILD
2009-10-09 21:15:33 -05:00

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')