new aport: sfic

This commit is contained in:
Natanael Copa 2008-10-21 07:29:36 +00:00
parent a2333607a4
commit 69080aa434

22
core/sfic/APKBUILD Normal file
View 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"