diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-14 19:58:43 +0200 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-14 19:58:43 +0200 |
| commit | 4cfceb141c0770aa37123fde6fc26c28283314ad (patch) | |
| tree | 8973da1d99561d6ede8c4c69253d528a70e197f8 /package/xfsprogs | |
| parent | 3b76e79f14e279a6526809e630e45e4f760d77de (diff) | |
| parent | ba4b6056da30ddb19809b72309a009a1c84a7656 (diff) | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/xfsprogs')
| -rw-r--r-- | package/xfsprogs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/xfsprogs/Makefile b/package/xfsprogs/Makefile index 30da515e0..7dfe22149 100644 --- a/package/xfsprogs/Makefile +++ b/package/xfsprogs/Makefile @@ -7,8 +7,8 @@ PKG_NAME:= xfsprogs PKG_VERSION:= 3.1.1 PKG_RELEASE:= 1 PKG_MD5SUM:= c2308b46ee707597ac50aae418d321b8 -PKG_DESCR:= Utilities to create and check XFS filesystems -PKG_SECTION:= admin +PKG_DESCR:= Utilities for XFS filesystems +PKG_SECTION:= fs PKG_DEPENDS:= libuuid libpthread PKG_BUILDDEP+= e2fsprogs PKG_URL:= http://oss.sgi.com/projects/xfs @@ -24,7 +24,7 @@ INSTALL_STYLE:= manual CONFIGURE_ARGS+= --enable-gettext=no \ --with-gnu-ld CONFIGURE_ENV+= DEBUG=" " OPTIMIZER=" " -ALL_TARGET= +ALL_TARGET= do-install: ${INSTALL_DIR} ${IDIR_XFSPROGS}/usr/sbin |
