From 59f4c22ed29293ebb908472be46e28991959f14a Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Tue, 13 Jun 2017 12:31:44 +0000 Subject: system/adelie-base: it builds now --- system/adelie-base/APKBUILD | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'system/adelie-base/APKBUILD') diff --git a/system/adelie-base/APKBUILD b/system/adelie-base/APKBUILD index 4ad282db4..ac1f2dbcb 100644 --- a/system/adelie-base/APKBUILD +++ b/system/adelie-base/APKBUILD @@ -8,12 +8,12 @@ pkgdesc="The Adélie Linux Base System" url="http://adelielinux.org/" arch="noarch" license="NCSA" -depends="apk-tools shadow v:mta v:syslog libarchive zsh binutils at coreutils diffutils v:cron file findutils shimmy grep noxcuse procps util-linux nail man patch sed sharutils bc vim psmisc net-tools kbd" +depends="apk-tools shadow postfix rsyslog libarchive zsh binutils at coreutils diffutils dcron file findutils shimmy grep procps util-linux mailx man patch sed sharutils bc vim psmisc net-tools kbd" makedepends="" install="" +options="!fhs" subpackages="$pkgname-doc $pkgname-posix $pkgname-lsb" source="https://distfiles.adelielinux.org/source/$pkgname/$pkgname-$pkgver.tar.xz" -builddir="$srcdir/" build() { return 0 @@ -21,6 +21,7 @@ build() { package() { cd "$builddir" + mkdir -p "$pkgdir" make install DESTDIR="$pkgdir" } @@ -34,11 +35,13 @@ doc() { posix() { depends="cups ed m4 pax cflow ncompress" + mkdir -p "$subpkgdir" return 0 } lsb() { depends="cpio gzip nspr nss gettext make ncurses mawk pam" + mkdir -p "$subpkgdir" return 0 } -- cgit v1.2.3-60-g2f50