summaryrefslogtreecommitdiffstats
path: root/extra/unfs3
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-07-24 08:01:31 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-07-24 08:01:31 +0000
commitb70981b68efcce5256eb11c6cd26ae123b10b6ea (patch)
treea38be6efae5e2ba15c2e839504632f9b7bfd5f91 /extra/unfs3
parent2b4df81538b8398442d5296650905c70341dd8d3 (diff)
downloadaports-b70981b68efcce5256eb11c6cd26ae123b10b6ea.tar.bz2
aports-b70981b68efcce5256eb11c6cd26ae123b10b6ea.tar.xz
moved extra/* to main/
and fixed misc build issues
Diffstat (limited to 'extra/unfs3')
-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 28de3015..00000000
--- 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"