packages/ntfsprogs: libgcrypt is only needed to make autoreconf happy, change to...
authorNicolas Thill <nico@openwrt.org>
Sun, 20 Nov 2011 14:51:31 +0000 (14:51 +0000)
committerNicolas Thill <nico@openwrt.org>
Sun, 20 Nov 2011 14:51:31 +0000 (14:51 +0000)
SVN-Revision: 29281

utils/ntfsprogs/Makefile

index 3b056fcefad77440f65f244353d9693251017bd0..7a451a83e1702b7f14094b45aa91594ccd22565c 100644 (file)
@@ -1,4 +1,5 @@
 #
+# Copyright (C) 2010-2011 OpenWrt.org
 # Copyright (C) 2010 Gianluigi Tiesi <sherpya@netfarm.it>
 #
 # 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 <sherpya@netfarm.it>
+  SECTION:=utils
+  CATEGORY:=Utilities
+  SUBMENU:=Filesystem
+  TITLE:=Linux-NTFS
+  URL:=http://www.linux-ntfs.org/
+  MAINTAINER:=Gianluigi Tiesi <sherpya@netfarm.it>
 endef
 
 define Package/ntfsprogs/description