mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
testing/xbattmon: new aport
a simple battery monitor http://git.2f30.org/xbattmon
This commit is contained in:
parent
7f05931a3f
commit
209afea25e
40
testing/xbattmon/APKBUILD
Normal file
40
testing/xbattmon/APKBUILD
Normal 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"
|
||||
Loading…
x
Reference in New Issue
Block a user