From ba3359722cbf8aa7b0ed39e1f81d1d74ec88fecd Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 30 May 2009 20:39:07 +0200 Subject: optimize ipkg package management - generate ipkg control file from PKG_* variables - automatically install init scripts from ./files/*.init set #PKG pkgname to set the binary package - rename FWINIT -> INIT - move postinst and conffiles meta data to ./files - update the packages to the latest upstream version - remove some unready or unused package (strongswan,..) more cleanups needed after allmodconfig --- package/xcmiscproto/Makefile | 2 +- package/xcmiscproto/ipkg/xcmiscproto.control | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 package/xcmiscproto/ipkg/xcmiscproto.control (limited to 'package/xcmiscproto') diff --git a/package/xcmiscproto/Makefile b/package/xcmiscproto/Makefile index d128905d0..c31f476e8 100644 --- a/package/xcmiscproto/Makefile +++ b/package/xcmiscproto/Makefile @@ -9,7 +9,7 @@ PKG_NAME:= xcmiscproto PKG_VERSION:= 1.1.2 PKG_RELEASE:= 1 PKG_MD5SUM:= 3c380a728697ded97a39addfe1acf2cb -MASTER_SITES:= ${MASTER_SITE_XORG} +PKG_SITES:= ${MASTER_SITE_XORG} include $(TOPDIR)/mk/package.mk diff --git a/package/xcmiscproto/ipkg/xcmiscproto.control b/package/xcmiscproto/ipkg/xcmiscproto.control deleted file mode 100644 index 3b797121a..000000000 --- a/package/xcmiscproto/ipkg/xcmiscproto.control +++ /dev/null @@ -1,4 +0,0 @@ -Package: xcmiscproto -Priority: optional -Section: x11 -Description: Xproto headers -- cgit v1.2.3