summaryrefslogtreecommitdiff
path: root/package/coreutils/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-09-17 15:29:05 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-09-17 15:29:05 +0200
commitb2e4bbd4e62982852b8a7da8f618d01d2013641e (patch)
tree968e7998c78e750162e60c747ab039f78d2f8289 /package/coreutils/Makefile
parent1a2a22729ff0256725a3561e46f465efc18801f7 (diff)
parentd6aaf0be5bfa8e5944d9ae44cf175f9388564ac6 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Conflicts: package/binutils/Makefile
Diffstat (limited to 'package/coreutils/Makefile')
-rw-r--r--package/coreutils/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/package/coreutils/Makefile b/package/coreutils/Makefile
index bd7a621af..39ab9fddf 100644
--- a/package/coreutils/Makefile
+++ b/package/coreutils/Makefile
@@ -12,13 +12,14 @@ PKG_SECTION:= base
PKG_URL:= http://www.gnu.org/software/coreutils/
PKG_SITES:= http://ftp.gnu.org/gnu/coreutils/
-PKG_DESCR_TSORT:= topological sort utility
-PKG_SECTION_TSORT:= misc
+PKG_SUBPKGS:= TSORT
+PKGSD_TSORT:= topological sort utility
+PKGSC_TSORT:= misc
include $(TOPDIR)/mk/package.mk
#$(eval $(call PKG_template,COREUTILS,$(PKG_NAME),$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
-$(eval $(call PKG_template,TSORT,tsort,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR_TSORT},${PKG_SECTION_TSORT}))
+$(eval $(call PKG_template,TSORT,tsort,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKGSD_TSORT},${PKGSC_TSORT}))
post-install:
$(INSTALL_DIR) $(IDIR_TSORT)/usr/bin