fs-utils: update to 0.04.
This commit is contained in:
parent
3d8e493d28
commit
3270959636
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'fs-utils'.
|
# Template file for 'fs-utils'.
|
||||||
pkgname=fs-utils
|
pkgname=fs-utils
|
||||||
version=v0.02
|
version=v0.04
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --enable-nfs LDFLAGS="
|
configure_args="--disable-static --enable-nfs LDFLAGS="
|
||||||
makedepends="libbsd-devel netbsd-rumpkernel-devel>=20130404"
|
makedepends="netbsd-rumpkernel-devel>=20130404"
|
||||||
short_desc="NetBSD File System Access Utilities in Userland"
|
short_desc="NetBSD File System Access Utilities in Userland"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
|
@ -28,6 +28,6 @@ do_fetch() {
|
||||||
|
|
||||||
fs-utils_package() {
|
fs-utils_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue