|
@@ -0,0 +1,15 @@
|
|
|
+#############################################################
|
|
|
+#
|
|
|
+# libarchive (reusable C library for archive formats)
|
|
|
+#
|
|
|
+#############################################################
|
|
|
+LIBARCHIVE_VERSION = 2.7.1
|
|
|
+LIBARCHIVE_SITE = http://libarchive.googlecode.com/files/
|
|
|
+LIBARCHIVE_SOURCE = libarchive-$(LIBARCHIVE_VERSION).tar.gz
|
|
|
+LIBARCHIVE_LIBTOOL_PATCH = NO
|
|
|
+LIBARCHIVE_INSTALL_STAGING = YES
|
|
|
+LIBARCHIVE_INSTALL_TARGET = YES
|
|
|
+
|
|
|
+LIBARCHIVE_DEPENDENCIES = uclibc
|
|
|
+
|
|
|
+$(eval $(call AUTOTARGETS,package,libarchive))
|