# Contributor: Valery Kartel # Maintainer: Natanael Copa pkgname=awstats pkgver=7.7 pkgrel=0 pkgdesc="Free real-time logfile analyzer to get advanced statistics" url="http://awstats.sourceforge.net/" arch="noarch" license="GPL-3.0-or-later" depends="perl perl-uri" subpackages="$pkgname-doc" options="!check" # no testsuite source="https://prdownloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgver" # secfixes: # 7.6-r2: # - CVE-2017-1000501 prepare() { local file default_prepare for file in tools/* wwwroot/cgi-bin/*; do [ -f "${file}" ] || continue sed -e "s:/usr/local/$pkgname/wwwroot:/usr/lib/$pkgname:g" \ -i "$file" done for file in wwwroot/cgi-bin/*; do [ -f "${file}" ] || continue sed -e "s:/usr/share/$pkgname:/usr/lib/$pkgname/cgi-bin:g" \ -i "$file" done } package() { cd "$builddir" install -d "$pkgdir"/usr/share/doc/$pkgname \ "$pkgdir"/var/lib/$pkgname \ "$pkgdir"/usr/lib/$pkgname \ "$pkgdir"/etc/$pkgname \ "$pkgdir"/usr/bin # docs cp -a docs tools/xslt "$pkgdir"/usr/share/doc/$pkgname || return 1 # cgi-bin cp -a wwwroot/* "$pkgdir"/usr/lib/$pkgname mv "$pkgdir"/usr/lib/$pkgname/cgi-bin/$pkgname.model.conf \ "$pkgdir"/etc/awstats/ ln -s /etc/$pkgname/$pkgname.model.conf \ "$pkgdir"/usr/lib/$pkgname/cgi-bin/$pkgname.model.conf # tools cp tools/*.pl "$pkgdir"/usr/bin/ || return 1 ln -s /usr/lib/$pkgname/cgi-bin/$pkgname.pl "$pkgdir"/usr/bin/ # remove java sources and example plugin rm -fr "$pkgdir"/usr/lib/$pkgname/classes/src \ "$pkgdir"/usr/lib/$pkgname/cgi-bin/plugins/example } sha512sums="8bf32b0650ef0cc900a16eead866da3847d81c2696e7a90fb49833679c958768833d781e5b4becd9b4f6748c7266e2887ff7ff33d98293ce3a0296a810fbe899 awstats-7.7.tar.gz"