mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
New package pogoplug-blparam
This commit is contained in:
parent
037e8b0a65
commit
4384af1178
2 changed files with 16 additions and 0 deletions
16
core/pogoplug-blparam/PKGBUILD
Executable file
16
core/pogoplug-blparam/PKGBUILD
Executable 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
BIN
core/pogoplug-blparam/blparam
Executable file
Binary file not shown.
Loading…
Reference in a new issue