summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-04-13 11:58:51 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-04-13 11:58:51 +0000
commit557216b8bffc61c220070a9dea874bc6077a6826 (patch)
tree89f08707bcb9eec622fb8c99b128103c399fb421 /core
parent25fcf68e9fb9ccae1c8985da99f183a3369e3722 (diff)
downloadaports-557216b8bffc61c220070a9dea874bc6077a6826.tar.bz2
aports-557216b8bffc61c220070a9dea874bc6077a6826.tar.xz
extra/sfic: move from core
no longer used by lbu
Diffstat (limited to 'core')
-rw-r--r--core/sfic/APKBUILD25
1 files changed, 0 insertions, 25 deletions
diff --git a/core/sfic/APKBUILD b/core/sfic/APKBUILD
deleted file mode 100644
index 75342aad..00000000
--- a/core/sfic/APKBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-pkgdesc="Small and Simple File Integrity Checker"
-pkgname=sfic
-pkgver=0.1.7
-pkgrel=0
-depends=uclibc
-license=GPL
-makedepends="autoconf automake tdb-dev"
-depends="tdb uclibc"
-arch=i486
-url=http://sfic.sourceforge.net
-source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"
-
-subpackages="$pkgname-doc"
-
-build() {
- cd $srcdir/$pkgname-$pkgver
- aclocal
- autoconf
- automake --add-missing || return 1
- ./configure --prefix=/usr
- make || return 1
- make install DESTDIR="$pkgdir"
-}
-
-md5sums="6197f7a1e8b0fc4887d4573f67b7bb81 sfic-0.1.7.tar.gz"