From 93ab755e15c2bbd6e268464d5841883975f99844 Mon Sep 17 00:00:00 2001 From: swalker Date: Sun, 21 Mar 2010 03:20:26 +0000 Subject: [PATCH] [packages] check, gconf2, libxapian: fix section names git-svn-id: svn://svn.openwrt.org/openwrt/packages@20327 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/check/Makefile | 4 ++-- libs/gconf2/Makefile | 2 +- libs/libxapian/Makefile | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/check/Makefile b/libs/check/Makefile index fe8e6331a..59b8ec79a 100644 --- a/libs/check/Makefile +++ b/libs/check/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2008-2009 OpenWrt.org +# Copyright (C) 2008-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -23,7 +23,7 @@ include $(INCLUDE_DIR)/package.mk TARGET_CFLAGS += $(FPIC) define Package/check - SECTION:=lib + SECTION:=libs CATEGORY:=Libraries TITLE:=Unit testing framework for C URL:=http://check.sourceforge.net/ diff --git a/libs/gconf2/Makefile b/libs/gconf2/Makefile index c9c941922..4c029636e 100644 --- a/libs/gconf2/Makefile +++ b/libs/gconf2/Makefile @@ -25,7 +25,7 @@ TARGET_LDFLAGS+= \ -L$(STAGING_DIR)/usr/lib/libiconv/lib define Package/libgconf2 - SECTION:=lib + SECTION:=libs CATEGORY:=Libraries TITLE:=GConf2 library URL:=http://www.gnome.org/projects/gconf/ diff --git a/libs/libxapian/Makefile b/libs/libxapian/Makefile index ed50bae19..784e27811 100644 --- a/libs/libxapian/Makefile +++ b/libs/libxapian/Makefile @@ -25,7 +25,7 @@ TARGET_LDFLAGS+= \ -L$(STAGING_DIR)/usr/lib/libiconv/lib \ define Package/libxapian - SECTION:=lib + SECTION:=libs CATEGORY:=Libraries TITLE:=xapian URL:=http://xapian.org -- 2.11.0