mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-18 23:22:24 +01:00
31 lines
797 B
Plaintext
31 lines
797 B
Plaintext
# Contributor: Alexander Georgievskiy <galeksandrp@gmail.com>
|
|
# Maintainer:
|
|
pkgname=polipo
|
|
pkgver=1.1.1
|
|
pkgrel=0
|
|
pkgdesc="The Polipo caching HTTP proxy"
|
|
url="https://github.com/jech/$pkgname"
|
|
arch="all"
|
|
license="MIT"
|
|
depends=""
|
|
makedepends="texinfo"
|
|
install=""
|
|
subpackages="$pkgname-doc"
|
|
source="https://github.com/jech/$pkgname/archive/$pkgname-$pkgver.tar.gz"
|
|
builddir="$srcdir/$pkgname-$pkgname-$pkgver"
|
|
options="!check"
|
|
|
|
build() {
|
|
cd "$builddir"
|
|
|
|
make
|
|
}
|
|
|
|
package() {
|
|
cd "$builddir"
|
|
|
|
make PREFIX="$pkgdir/usr" MANDIR="$pkgdir/usr/share/man" INFODIR="$pkgdir/usr/share/info" LOCAL_ROOT="$pkgdir/usr/share/polipo/www" install
|
|
}
|
|
|
|
sha512sums="f99f4f7bbd39f2651a1df12e1c88d45938ddbc85ef10e2ce0e8a40e25019986a17e7cd449efcc0a268367297bc9597d935df2d1e4f48661cc8f28310a17b6327 polipo-1.1.1.tar.gz"
|