From b70981b68efcce5256eb11c6cd26ae123b10b6ea Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 24 Jul 2009 08:01:31 +0000 Subject: moved extra/* to main/ and fixed misc build issues --- main/unfs3/APKBUILD | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 main/unfs3/APKBUILD (limited to 'main/unfs3') diff --git a/main/unfs3/APKBUILD b/main/unfs3/APKBUILD new file mode 100644 index 000000000..28de30157 --- /dev/null +++ b/main/unfs3/APKBUILD @@ -0,0 +1,22 @@ +# Maintainer: Natanael Copa +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" -- cgit v1.2.3