aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@bethel.jw.org>2017-06-28 07:26:30 +0000
committerFrancesco Colista <fcolista@bethel.jw.org>2017-06-28 07:26:30 +0000
commitff43e5a32326fb16f9674caadd2282b038bbcf00 (patch)
tree584611a8aa4961e8882ee1c130915e07a8090a47 /testing
parent2cbffff7611622367a229e69a9e7d0bd9ce32458 (diff)
downloadaports-ff43e5a32326fb16f9674caadd2282b038bbcf00.tar.bz2
aports-ff43e5a32326fb16f9674caadd2282b038bbcf00.tar.xz
testing/yafic: added conf file
Diffstat (limited to 'testing')
-rw-r--r--testing/yafic/APKBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/testing/yafic/APKBUILD b/testing/yafic/APKBUILD
index 63cd366568..bfa5b8cb06 100644
--- a/testing/yafic/APKBUILD
+++ b/testing/yafic/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=yafic
pkgver=1.2.2
-pkgrel=0
+pkgrel=1
pkgdesc="Yet Another File Integrity Checker"
url="https://www.saddi.com/software/yafic/"
arch="all"
@@ -21,6 +21,7 @@ build() {
cd "$builddir"
./configure \
--prefix=/usr \
+ --sysconfdir=/etc/yafic \
--mandir=/usr/share/man
make
}
@@ -28,6 +29,8 @@ build() {
package() {
cd "$builddir"
make DESTDIR="$pkgdir" install
+ install -Dm0644 yafic.conf.sample "$pkgdir"/etc/yafic/yafic.conf
}
+
sha512sums="8e05a0838fc2063f1c6bb69d660e9ff5c9fbdc4199e1396232327498c04d037b35307c348d64d928e561875f5cf0ad40c24fd097680cd814b2308608cf738957 yafic-1.2.2.tar.gz"