updated on Tue Jan 10 12:02:00 UTC 2012
[aur-mirror.git] / mibfm / PKGBUILD
blob86a9905c4d185502a474688caffdf80ffc444689
2 pkgname=mibfm
3 pkgver=0.1
4 pkgrel=1
5 pkgdesc="Utility for uploading/downloading files to/from Memory-iButtons produced by Dallas Semiconductor. Compatible devices are DS1993, DS1995 and DS1996. Use DS9097U-9."
6 arch=('any')
7 url="http://mibfm.sourceforge.net/"
8 license=('GPL')
9 groups=()
11 depends=()
12 makedepends=()
13 provides=('mibfm')
14 conflicts=('mibfm')
15 replaces=()
16 backup=()
17 options=()
18 install=
19 source=(http://downloads.sourceforge.net/sourceforge/mibfm/$pkgname-$pkgver.tar.gz)
20 noextract=()
21 md5sums=('601bbb2ddadd7ad00e2ffba70d57b8ef')
23 build() {
24   cd "$srcdir/$pkgname-$pkgver"
26   make clean
27   make || return 1
29   install -D -m755 ./mibfm $pkgdir/usr/bin/mibfm