New package pogoplug-blparam

This commit is contained in:
Mike Staszel 2010-07-04 07:01:27 -07:00
parent 037e8b0a65
commit 4384af1178
2 changed files with 16 additions and 0 deletions

16
core/pogoplug-blparam/PKGBUILD Executable file
View file

@ -0,0 +1,16 @@
# Maintainer: Mike Staszel <mikestaszel@plugboxlinux.org>
pkgname=pogoplug-blparam
pkgver=1.0
pkgrel=1
pkgdesc="Blparam pulled from Pogoplug OS"
arch=('arm')
url="http://www.pogoplug.com"
license=('GPL')
source=(blparam)
md5sums=('df55bfb572b5c28927e7fae04c391656')
build() {
mkdir -p $pkgdir/usr/bin
install -m755 $srcdir/blparam $pkgdir/usr/bin/
}

BIN
core/pogoplug-blparam/blparam Executable file

Binary file not shown.