packages/ntfsprogs: libgcrypt is only needed to make autoreconf happy, change to build dependency instead
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29281 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
687b846a0f
commit
24ded30357
@ -1,4 +1,5 @@
|
|||||||
#
|
#
|
||||||
|
# Copyright (C) 2010-2011 OpenWrt.org
|
||||||
# Copyright (C) 2010 Gianluigi Tiesi <sherpya@netfarm.it>
|
# Copyright (C) 2010 Gianluigi Tiesi <sherpya@netfarm.it>
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
@ -9,7 +10,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=ntfsprogs
|
PKG_NAME:=ntfsprogs
|
||||||
PKG_VERSION:=2.0.0
|
PKG_VERSION:=2.0.0
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=@SF/linux-ntfs
|
PKG_SOURCE_URL:=@SF/linux-ntfs
|
||||||
@ -17,17 +18,17 @@ PKG_MD5SUM:=2c402b647bb7aeb1d3f8ce1cc354fd68
|
|||||||
|
|
||||||
PKG_FIXUP:=libtool
|
PKG_FIXUP:=libtool
|
||||||
PKG_INSTALL:=1
|
PKG_INSTALL:=1
|
||||||
|
PKG_BUILD_DEPENDS:=libgcrypt
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/ntfsprogs
|
define Package/ntfsprogs
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
SUBMENU:=Filesystem
|
SUBMENU:=Filesystem
|
||||||
TITLE:=Linux-NTFS
|
TITLE:=Linux-NTFS
|
||||||
URL:=http://www.linux-ntfs.org/
|
URL:=http://www.linux-ntfs.org/
|
||||||
DEPENDS:=+libgcrypt
|
MAINTAINER:=Gianluigi Tiesi <sherpya@netfarm.it>
|
||||||
MAINTAINER:=Gianluigi Tiesi <sherpya@netfarm.it>
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/ntfsprogs/description
|
define Package/ntfsprogs/description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user