aboutsummaryrefslogtreecommitdiffstats
path: root/testing/sqstat
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-05-03 06:19:04 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-05-03 06:19:04 +0000
commit6f1dc21bd4e8ae7ef0d7afce465b2bc15d0ffa07 (patch)
tree1f70b259fe7fb5c82f437c6b006284893cf4eb5a /testing/sqstat
parent66765c30ac7a9c9a560ab43d5618de820fb373c6 (diff)
downloadaports-6f1dc21bd4e8ae7ef0d7afce465b2bc15d0ffa07.tar.bz2
aports-6f1dc21bd4e8ae7ef0d7afce465b2bc15d0ffa07.tar.xz
testing/*: removed
We dont ship testing things in a stable release
Diffstat (limited to 'testing/sqstat')
-rw-r--r--testing/sqstat/APKBUILD35
1 files changed, 0 insertions, 35 deletions
diff --git a/testing/sqstat/APKBUILD b/testing/sqstat/APKBUILD
deleted file mode 100644
index 9489e7960f..0000000000
--- a/testing/sqstat/APKBUILD
+++ /dev/null
@@ -1,35 +0,0 @@
-# Maintainer: Natanael Copa
-pkgname=sqstat
-pkgver=1.20
-pkgrel=0
-pkgdesc="SqStat is a script which allows to look through active squid users connections"
-url="http://samm.kiev.ua/sqstat/"
-arch="all"
-license="ISC"
-depends=
-makedepends=
-install=
-subpackages=
-source="http://samm.kiev.ua/sqstat/sqstat-$pkgver.tar.gz"
-
-_builddir="$srcdir"/$pkgname-$pkgver
-
-prepare() {
- cd "$_builddir"
-}
-
-build() {
- cd "$_builddir"
-}
-
-package() {
- cd "$_builddir"
- mkdir -p "$pkgdir"/usr/share/webapps/sqstat \
- "$pkgdir"/etc/sqstat
- cp config.inc.php.defaults "$pkgdir"/etc/sqstat/config.inc.php
- mv * "$pkgdir"/usr/share/webapps/sqstat/
- ln -s /etc/sqstat/config.inc.php \
- "$pkgdir"/usr/share/webapps/sqstat/config.inc.php
-}
-
-md5sums="2b038a72eb5816995c3d7218ca516f30 sqstat-1.20.tar.gz"