diff options
| author | Natanael Copa <ncopa@alpinelinux.org> | 2012-05-03 06:19:04 +0000 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-05-03 06:19:04 +0000 |
| commit | 6f1dc21bd4e8ae7ef0d7afce465b2bc15d0ffa07 (patch) | |
| tree | 1f70b259fe7fb5c82f437c6b006284893cf4eb5a /testing/sqstat | |
| parent | 66765c30ac7a9c9a560ab43d5618de820fb373c6 (diff) | |
| download | aports-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/APKBUILD | 35 |
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" |
