summaryrefslogtreecommitdiffstats
path: root/extra/unfs3/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/unfs3/APKBUILD')
-rw-r--r--extra/unfs3/APKBUILD22
1 files changed, 0 insertions, 22 deletions
diff --git a/extra/unfs3/APKBUILD b/extra/unfs3/APKBUILD
deleted file mode 100644
index 28de30157..000000000
--- a/extra/unfs3/APKBUILD
+++ /dev/null
@@ -1,22 +0,0 @@
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-pkgname=unfs3
-pkgver=0.9.22
-pkgrel=0
-pkgdesc="a user-space implementation of the NFSv3 server specification"
-url="http://unfs3.sourceforge.net/"
-license='GPL'
-depends="uclibc"
-makedepends="flex"
-source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"
-subpackages="$pkgname-doc"
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- ./configure --prefix=/usr \
- --mandir=/usr/share/man
- make -j1 || return 1
- make DESTDIR="$pkgdir/" install
-}
-
-md5sums="ddf679a5d4d80096a59f3affc64f16e5 unfs3-0.9.22.tar.gz"