testing/xbattmon: new aport

a simple battery monitor
http://git.2f30.org/xbattmon
This commit is contained in:
sin 2015-03-10 23:28:19 +00:00 committed by Natanael Copa
parent 7f05931a3f
commit 209afea25e

40
testing/xbattmon/APKBUILD Normal file
View File

@ -0,0 +1,40 @@
# Contributor: sin <sin@2f30.org>
# Maintainer: sin <sin@2f30.org>
pkgname=xbattmon
pkgver=0.7
pkgrel=0
pkgdesc="a simple battery monitor"
url="http://git.2f30.org/xbattmon"
arch="all"
license="ISC"
depends=""
depends_dev=""
makedepends="$depends_dev libx11-dev"
install=""
subpackages="$pkgname-doc"
source="http://dl.2f30.org/releases/xbattmon-$pkgver.tar.gz"
_builddir="$srcdir/$pkgname-$pkgver"
prepare() {
local i
cd "$_builddir"
for i in $source; do
case $i in
*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
esac
done
}
build() {
cd "$_builddir"
./configure || return 1
make || return 1
}
package() {
cd "$_builddir"
make PREFIX=/usr DESTDIR="$pkgdir" install || return 1
}
md5sums="534fd62ee1807795e0d8922e32d3f51f xbattmon-0.7.tar.gz"
sha256sums="01ff252a431f00e86215a01a8864dc1a65595aaccf2d5fce25911b55f1e5115e xbattmon-0.7.tar.gz"
sha512sums="e12e21aa56b9e1efd28b8a175a420fb3a6dae15926757a12f8769b9349f60479cef60a1b23360d7dee1999c9d27c71611c0dd9755d769adcfc39ac049bd8d942 xbattmon-0.7.tar.gz"