mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
new aport: sfic
This commit is contained in:
parent
a2333607a4
commit
69080aa434
22
core/sfic/APKBUILD
Normal file
22
core/sfic/APKBUILD
Normal file
@ -0,0 +1,22 @@
|
||||
pkgdesc="Small and Simple File Integrity Checker"
|
||||
pkgname=sfic
|
||||
pkgver=0.1.7
|
||||
pkgrel=0
|
||||
depends=uclibc
|
||||
makedepends="autoconf automake binutils gcc make uclibc-dev"
|
||||
arch=i486
|
||||
url=http://sfic.sourceforge.net
|
||||
source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"
|
||||
subpackages="doc"
|
||||
|
||||
build() {
|
||||
cd $srcdir/$pkgname-$pkgver
|
||||
aclocal
|
||||
autoconf
|
||||
automake --add-missing || return 1
|
||||
./configure --prefix=/usr
|
||||
make || return 1
|
||||
make install DESTDIR="$pkgdir"
|
||||
}
|
||||
|
||||
md5="6197f7a1e8b0fc4887d4573f67b7bb81 sfic-0.1.7.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user