|
|
@@ -1,14 +1,21 @@
|
|
|
+#
|
|
|
+# Copyright (C) 2014 OpenWrt.org
|
|
|
+#
|
|
|
+# This is free software, licensed under the GNU General Public License v2.
|
|
|
+# See /LICENSE for more information.
|
|
|
+#
|
|
|
+
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
PKG_NAME:=fstools
|
|
|
-PKG_VERSION:=2014-05-19
|
|
|
+PKG_VERSION:=2014-05-21
|
|
|
|
|
|
PKG_RELEASE=$(PKG_SOURCE_VERSION)
|
|
|
|
|
|
PKG_SOURCE_PROTO:=git
|
|
|
PKG_SOURCE_URL:=git://nbd.name/fstools.git
|
|
|
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
|
|
-PKG_SOURCE_VERSION:=17af86139f4d038f00ed21648dc145ef1e5c1b51
|
|
|
+PKG_SOURCE_VERSION:=efacbcb4973161c12cc9630d243669845db41a17
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
|
|
CMAKE_INSTALL:=1
|
|
|
|