From: Nicolas Thill Date: Sun, 20 Nov 2011 14:51:31 +0000 (+0000) Subject: packages/ntfsprogs: libgcrypt is only needed to make autoreconf happy, change to... X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=8885815bb0de7be5ec14431b1371b0b16eb25d39 packages/ntfsprogs: libgcrypt is only needed to make autoreconf happy, change to build dependency instead SVN-Revision: 29281 --- diff --git a/utils/ntfsprogs/Makefile b/utils/ntfsprogs/Makefile index 3b056fcefa..7a451a83e1 100644 --- a/utils/ntfsprogs/Makefile +++ b/utils/ntfsprogs/Makefile @@ -1,4 +1,5 @@ # +# Copyright (C) 2010-2011 OpenWrt.org # Copyright (C) 2010 Gianluigi Tiesi # # This is free software, licensed under the GNU General Public License v2. @@ -9,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ntfsprogs PKG_VERSION:=2.0.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/linux-ntfs @@ -17,17 +18,17 @@ PKG_MD5SUM:=2c402b647bb7aeb1d3f8ce1cc354fd68 PKG_FIXUP:=libtool PKG_INSTALL:=1 +PKG_BUILD_DEPENDS:=libgcrypt include $(INCLUDE_DIR)/package.mk define Package/ntfsprogs - SECTION:=utils - CATEGORY:=Utilities - SUBMENU:=Filesystem - TITLE:=Linux-NTFS - URL:=http://www.linux-ntfs.org/ - DEPENDS:=+libgcrypt - MAINTAINER:=Gianluigi Tiesi + SECTION:=utils + CATEGORY:=Utilities + SUBMENU:=Filesystem + TITLE:=Linux-NTFS + URL:=http://www.linux-ntfs.org/ + MAINTAINER:=Gianluigi Tiesi endef define Package/ntfsprogs/description