# Contributor: Valery Kartel # Maintainer: Natanael Copa pkgname=awstats pkgver=7.6 pkgrel=1 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" source="https://prdownloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgver" prepare() { local file cd "$builddir" 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 } md5sums="c69977f938be594b81fdb5e065846d31 awstats-7.6.tar.gz" sha256sums="4045501319bf99e223bdb492a68a8f08b8e814b0f144a008726d7bd59114167a awstats-7.6.tar.gz" sha512sums="ebce29dcbdc1f0eef68f1faf6a511212daba3e3621db682dce692dffa584e0c456fb260b9f8e1b7ac25a2a7d5d2bea5034692d2395d4e56a16fa5a36844c79d5 awstats-7.6.tar.gz"