mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-13 20:02:24 +01:00
24 lines
578 B
Plaintext
24 lines
578 B
Plaintext
# Contributor: Ted Trask <ttrask01@yahoo.com>
|
|
# Maintainer: Ted Trask <ttrask01@yahoo.com>
|
|
pkgname=acf-postfix
|
|
pkgver=0.6.0
|
|
pkgrel=0
|
|
pkgdesc="A web-based system administration interface for postfix"
|
|
url="http://git.alpinelinux.org/cgit/acf-postfix"
|
|
arch="noarch"
|
|
license="GPL-2"
|
|
depends="acf-core lua postfix"
|
|
makedepends=""
|
|
install=
|
|
subpackages=""
|
|
source="http://dev.alpinelinux.org/archive/$pkgname/$pkgname-$pkgver.tar.bz2"
|
|
|
|
package() {
|
|
cd "$srcdir/$pkgname-$pkgver"
|
|
|
|
make DESTDIR="$pkgdir" install
|
|
|
|
}
|
|
|
|
md5sums="bf52456aaeca53dbfa99c0aa344b821e acf-postfix-0.6.0.tar.bz2"
|