mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
testing/stargazer: new aport
A billing system for small home and office networks http://www.stg.dp.ua [TT: Modernize]
This commit is contained in:
parent
96874d8bcd
commit
061f3edca3
36
testing/stargazer/APKBUILD
Normal file
36
testing/stargazer/APKBUILD
Normal file
@ -0,0 +1,36 @@
|
||||
# Contributor: Alexander Georgievskiy <galeksandrp@gmail.com>
|
||||
# Maintainer:
|
||||
pkgname=stargazer
|
||||
_pkgname=stg
|
||||
pkgver=2.408
|
||||
pkgrel=0
|
||||
pkgdesc="A billing system for small home and office networks"
|
||||
url="http://www.stg.dp.ua"
|
||||
arch="all"
|
||||
license="GPL2+"
|
||||
depends=""
|
||||
makedepends="expat-dev linux-headers"
|
||||
install=""
|
||||
subpackages="$pkgname-dev"
|
||||
source="http://www.$_pkgname.dp.ua/download/server/$pkgver/$_pkgname-$pkgver.tar.gz"
|
||||
builddir="$srcdir/$_pkgname-$pkgver/projects/$pkgname"
|
||||
options="!check"
|
||||
|
||||
prepare() {
|
||||
default_prepare
|
||||
cd "$builddir"
|
||||
sed 's/.*capture\/ipq_linux//' -i build
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
./build
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
mkdir -p "$pkgdir/usr/sbin"
|
||||
make PREFIX="$pkgdir" install
|
||||
}
|
||||
|
||||
sha512sums="200e08cfd629dbacda31ffd3134c2908a1ad58604421cc288ad0ec1bdcd60fe021d51fed50fdc2517bb7c2b61ef23b0b9c71a606babd09bc7804cb899e0b7f75 stg-2.408.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user