From 0637c49c4fbb50fcfd11b35bad5f0ff3c8976a2e Mon Sep 17 00:00:00 2001 From: nico Date: Sat, 18 Apr 2015 23:45:13 +0000 Subject: [PATCH] libyaml: moved to github Signed-off-by: Nicolas Thill git-svn-id: svn://svn.openwrt.org/openwrt/packages@45500 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/libyaml/Makefile | 48 ------------------------------------------------ 1 file changed, 48 deletions(-) delete mode 100644 libs/libyaml/Makefile diff --git a/libs/libyaml/Makefile b/libs/libyaml/Makefile deleted file mode 100644 index 8f26a6b21..000000000 --- a/libs/libyaml/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# -# Copyright (C) 2008-2010 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:=yaml -PKG_VERSION:=0.1.6 -PKG_RELEASE:=1 - -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://pyyaml.org/download/libyaml/ -PKG_MD5SUM:=5fe00cda18ca5daeb43762b80c38e06e - -PKG_FIXUP:=autoreconf -PKG_INSTALL:=1 - -include $(INCLUDE_DIR)/package.mk - -TARGET_CFLAGS += $(FPIC) - -define Package/libyaml - SUBMENU:=Python - SECTION:=lang - CATEGORY:=Languages - TITLE:=libyaml - URL:=http://pyyaml.org/wiki/LibYAML -endef - -define Package/libyaml/description - yaml library written in c -endef - -define Package/libyaml/install - $(INSTALL_DIR) $(1)/usr/lib - $(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/lib/libyaml.so $(1)/usr/lib/ -endef - -define Build/InstallDev - $(INSTALL_DIR) $(1)/usr/include $(1)/usr/lib - $(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/include/* $(1)/usr/include/ - $(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/lib/libyaml.{a,la} $(1)/usr/lib/ -endef - -$(eval $(call BuildPackage,libyaml)) -- 2.11.0