From fb323b6c746abfa2e69973869eae2b995745cbd2 Mon Sep 17 00:00:00 2001 From: nico Date: Mon, 18 Apr 2005 06:34:57 +0000 Subject: Uniformize package Makefile, move ipkg related files to ./ipkg git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@665 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/ncurses/Makefile | 4 ++-- package/ncurses/ipkg/libncurses.control | 6 ++++++ package/ncurses/libncurses.control | 6 ------ 3 files changed, 8 insertions(+), 8 deletions(-) create mode 100644 package/ncurses/ipkg/libncurses.control delete mode 100644 package/ncurses/libncurses.control (limited to 'package/ncurses') diff --git a/package/ncurses/Makefile b/package/ncurses/Makefile index b15152634..3591fa0c7 100644 --- a/package/ncurses/Makefile +++ b/package/ncurses/Makefile @@ -94,9 +94,9 @@ $(STAGING_DIR)/usr/lib/libncurses.so: $(PKG_BUILD_DIR)/.built install $(IPKG_LIBNCURSES): $(STAGING_DIR)/usr/lib/libncurses.so - $(SCRIPT_DIR)/make-ipkg-dir.sh $(IDIR_LIBNCURSES) lib$(PKG_NAME).control $(PKG_VERSION)-$(PKG_RELEASE) $(ARCH) + $(SCRIPT_DIR)/make-ipkg-dir.sh $(IDIR_LIBNCURSES) ./ipkg/lib$(PKG_NAME).control $(PKG_VERSION)-$(PKG_RELEASE) $(ARCH) mkdir -p $(IDIR_LIBNCURSES)/usr/lib - cp -fp $(STAGING_DIR)/usr/lib/lib{ncurses,panel}*.so.* $(IDIR_LIBNCURSES)/usr/lib/ + cp -fpR $(STAGING_DIR)/usr/lib/lib{ncurses,panel}*.so.* $(IDIR_LIBNCURSES)/usr/lib/ $(STRIP) $(IDIR_LIBNCURSES)/usr/lib/*.so* mkdir -p $(IDIR_LIBNCURSES)/usr/share/terminfo for f in a/ansi d/dumb l/linux s/screen v/vt100 x/xterm x/xterm-color; do \ diff --git a/package/ncurses/ipkg/libncurses.control b/package/ncurses/ipkg/libncurses.control new file mode 100644 index 000000000..39f595d10 --- /dev/null +++ b/package/ncurses/ipkg/libncurses.control @@ -0,0 +1,6 @@ +Package: libncurses +Priority: optional +Section: libs +Maintainer: Felix Fietkau +Source: buildroot internal +Description: a terminal handling library and common terminal definitions diff --git a/package/ncurses/libncurses.control b/package/ncurses/libncurses.control deleted file mode 100644 index 39f595d10..000000000 --- a/package/ncurses/libncurses.control +++ /dev/null @@ -1,6 +0,0 @@ -Package: libncurses -Priority: optional -Section: libs -Maintainer: Felix Fietkau -Source: buildroot internal -Description: a terminal handling library and common terminal definitions -- cgit v1.2.3