mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
alarm/pogoplug-blparam to 1.0-3
This commit is contained in:
parent
30c620e817
commit
b822cbe39a
1 changed files with 5 additions and 6 deletions
|
@ -2,16 +2,15 @@
|
|||
|
||||
pkgname=pogoplug-blparam
|
||||
pkgver=1.0
|
||||
pkgrel=2
|
||||
plugrel=1
|
||||
pkgrel=3
|
||||
pkgdesc="Blparam pulled from Pogoplug OS"
|
||||
arch=('arm')
|
||||
url="http://www.pogoplug.com"
|
||||
license=('GPL')
|
||||
source=(blparam)
|
||||
source=('blparam')
|
||||
md5sums=('df55bfb572b5c28927e7fae04c391656')
|
||||
|
||||
build() {
|
||||
mkdir -p $pkgdir/sbin
|
||||
install -m755 $srcdir/blparam $pkgdir/sbin/
|
||||
package() {
|
||||
mkdir -p ${pkgdir}/usr/sbin
|
||||
install -m755 $srcdir/blparam ${pkgdir}/usr/sbin/
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue