2 # Copyright (C) 2008-2010 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
8 include $(TOPDIR
)/rules.mk
14 PKG_SOURCE
:=$(PKG_NAME
)-$(PKG_VERSION
).
tar.gz
15 PKG_SOURCE_URL
:=@GNU
/coreutils
16 PKG_MD5SUM
:=bad596d9654e299eedea0eaf93f178fa
17 PKG_BUILD_DEPENDS
:=libpthread
19 include $(INCLUDE_DIR
)/package.mk
21 define Package
/coreutils
24 TITLE
:=The GNU core utilities
25 URL
:=http
://www.gnu.org
/software
/coreutils
/
27 +coreutils-base64
+coreutils-basename
+coreutils-cat \
28 +coreutils-chcon
+coreutils-chgrp
+coreutils-chmod \
29 +coreutils-chown
+coreutils-chroot
+coreutils-cksum \
30 +coreutils-comm
+coreutils-cp
+coreutils-csplit \
31 +coreutils-cut
+coreutils-date
+coreutils-dd \
32 +coreutils-dir
+coreutils-dircolors
+coreutils-dirname \
33 +coreutils-du
+coreutils-echo
+coreutils-env \
34 +coreutils-expand
+coreutils-expr
+coreutils-factor \
35 +coreutils-false
+coreutils-fmt
+coreutils-fold \
36 +coreutils-groups
+coreutils-head
+coreutils-hostid \
37 +coreutils-id
+coreutils-install
+coreutils-join \
38 +coreutils-kill
+coreutils-link
+coreutils-ln \
39 +coreutils-logname
+coreutils-ls
+coreutils-md5sum \
40 +coreutils-mkdir
+coreutils-mkfifo
+coreutils-mknod \
41 +coreutils-mktemp
+coreutils-mv
+coreutils-nice
+coreutils-nl \
42 +coreutils-nohup
+coreutils-od
+coreutils-paste
+coreutils-pathchk \
43 +coreutils-pinky
+coreutils-pr
+coreutils-printenv \
44 +coreutils-printf
+coreutils-ptx
+coreutils-pwd
+coreutils-readlink \
45 +coreutils-rm
+coreutils-rmdir
+coreutils-runcon
+coreutils-seq \
46 +coreutils-sha1sum
+coreutils-sha224sum
+coreutils-sha256sum \
47 +coreutils-sha384sum
+coreutils-sha512sum
+coreutils-shred \
48 +coreutils-shuf
+coreutils-sleep
+coreutils-sort
+coreutils-split \
49 +coreutils-stat
+coreutils-stty
+coreutils-su
+coreutils-sum \
50 +coreutils-sync
+coreutils-tac
+coreutils-tail
+coreutils-tee \
51 +coreutils-test
+coreutils-timeout
+coreutils-touch
+coreutils-tr \
52 +coreutils-true
+coreutils-truncate
+coreutils-tsort
+coreutils-tty \
53 +coreutils-uname
+coreutils-unexpand
+coreutils-uniq \
54 +coreutils-unlink
+coreutils-uptime
+coreutils-users
+coreutils-vdir \
55 +coreutils-wc
+coreutils-who
+coreutils-whoami
+coreutils-yes \
56 +coreutils-nproc
+coreutils-stdbuf
59 define Package
/coreutils
/description
60 Full versions of standard GNU utilities. Normally
, you would not
61 use this package
, since the functionality in BusyBox is more than
62 sufficient and much smaller.
66 gl_cv_func_mbrtowc_incomplete_state
=yes \
67 gl_cv_func_mbrtowc_retval
=yes \
68 gl_cv_func_wcrtomb_retval
=yes
70 ifneq ($(CONFIG_USE_UCLIBC
),)
72 ac_cv_type_pthread_spinlock_t
=$(if
$(filter 0.9.30% 0.9.2% 0.9.31%,$(call qstrip
,$(CONFIG_UCLIBC_VERSION
))),no
,yes
)
76 --enable-install-program
=su
79 $(MAKE
) -C
$(PKG_BUILD_DIR
) \
80 DESTDIR
="$(PKG_INSTALL_DIR)" \
82 all install install-root
85 define Package
/coreutils
/install
89 define Package
/coreutils-base64
92 TITLE
:=Utility base64 from the GNU core utilites
93 URL
:=http
://www.gnu.org
/software
/coreutils
/
96 define Package
/coreutils-base64
/description
97 Full version of standard GNU base64 utility. Normally
, you would not
98 use this package
, since the functionality in BusyBox is more than
102 define Package
/coreutils-base64
/install
103 $(INSTALL_DIR
) $(1)/usr
/bin
104 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/base64
$(1)/usr
/bin
/
107 define Package
/coreutils-basename
110 TITLE
:=Utility
basename from the GNU core utilites
111 URL
:=http
://www.gnu.org
/software
/coreutils
/
114 define Package
/coreutils-basename
/description
115 Full version of standard GNU
basename utility. Normally
, you would not
116 use this package
, since the functionality in BusyBox is more than
120 define Package
/coreutils-basename
/install
121 $(INSTALL_DIR
) $(1)/usr
/bin
122 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/basename $(1)/usr
/bin
/
125 define Package
/coreutils-cat
128 TITLE
:=Utility cat from the GNU core utilites
129 URL
:=http
://www.gnu.org
/software
/coreutils
/
132 define Package
/coreutils-cat
/description
133 Full version of standard GNU cat utility. Normally
, you would not
134 use this package
, since the functionality in BusyBox is more than
138 define Package
/coreutils-cat
/install
139 $(INSTALL_DIR
) $(1)/usr
/bin
140 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/cat
$(1)/usr
/bin
/
143 define Package
/coreutils-chcon
146 TITLE
:=Utility chcon from the GNU core utilites
147 URL
:=http
://www.gnu.org
/software
/coreutils
/
150 define Package
/coreutils-chcon
/description
151 Full version of standard GNU chcon utility. Normally
, you would not
152 use this package
, since the functionality in BusyBox is more than
156 define Package
/coreutils-chcon
/install
157 $(INSTALL_DIR
) $(1)/usr
/bin
158 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/chcon
$(1)/usr
/bin
/
161 define Package
/coreutils-chgrp
164 TITLE
:=Utility chgrp from the GNU core utilites
165 URL
:=http
://www.gnu.org
/software
/coreutils
/
168 define Package
/coreutils-chgrp
/description
169 Full version of standard GNU chgrp utility. Normally
, you would not
170 use this package
, since the functionality in BusyBox is more than
174 define Package
/coreutils-chgrp
/install
175 $(INSTALL_DIR
) $(1)/usr
/bin
176 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/chgrp
$(1)/usr
/bin
/
179 define Package
/coreutils-chmod
182 TITLE
:=Utility chmod from the GNU core utilites
183 URL
:=http
://www.gnu.org
/software
/coreutils
/
186 define Package
/coreutils-chmod
/description
187 Full version of standard GNU chmod utility. Normally
, you would not
188 use this package
, since the functionality in BusyBox is more than
192 define Package
/coreutils-chmod
/install
193 $(INSTALL_DIR
) $(1)/usr
/bin
194 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/chmod
$(1)/usr
/bin
/
197 define Package
/coreutils-chown
200 TITLE
:=Utility chown from the GNU core utilites
201 URL
:=http
://www.gnu.org
/software
/coreutils
/
204 define Package
/coreutils-chown
/description
205 Full version of standard GNU chown utility. Normally
, you would not
206 use this package
, since the functionality in BusyBox is more than
210 define Package
/coreutils-chown
/install
211 $(INSTALL_DIR
) $(1)/usr
/bin
212 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/chown
$(1)/usr
/bin
/
215 define Package
/coreutils-chroot
218 TITLE
:=Utility chroot from the GNU core utilites
219 URL
:=http
://www.gnu.org
/software
/coreutils
/
222 define Package
/coreutils-chroot
/description
223 Full version of standard GNU chroot utility. Normally
, you would not
224 use this package
, since the functionality in BusyBox is more than
228 define Package
/coreutils-chroot
/install
229 $(INSTALL_DIR
) $(1)/usr
/bin
230 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/chroot
$(1)/usr
/bin
/
233 define Package
/coreutils-cksum
236 TITLE
:=Utility cksum from the GNU core utilites
237 URL
:=http
://www.gnu.org
/software
/coreutils
/
240 define Package
/coreutils-cksum
/description
241 Full version of standard GNU cksum utility. Normally
, you would not
242 use this package
, since the functionality in BusyBox is more than
246 define Package
/coreutils-cksum
/install
247 $(INSTALL_DIR
) $(1)/usr
/bin
248 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/cksum
$(1)/usr
/bin
/
251 define Package
/coreutils-comm
254 TITLE
:=Utility comm from the GNU core utilites
255 URL
:=http
://www.gnu.org
/software
/coreutils
/
258 define Package
/coreutils-comm
/description
259 Full version of standard GNU comm utility. Normally
, you would not
260 use this package
, since the functionality in BusyBox is more than
264 define Package
/coreutils-comm
/install
265 $(INSTALL_DIR
) $(1)/usr
/bin
266 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/comm
$(1)/usr
/bin
/
269 define Package
/coreutils-cp
272 TITLE
:=Utility cp from the GNU core utilites
273 URL
:=http
://www.gnu.org
/software
/coreutils
/
276 define Package
/coreutils-cp
/description
277 Full version of standard GNU cp utility. Normally
, you would not
278 use this package
, since the functionality in BusyBox is more than
282 define Package
/coreutils-cp
/install
283 $(INSTALL_DIR
) $(1)/usr
/bin
284 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/cp
$(1)/usr
/bin
/
287 define Package
/coreutils-csplit
290 TITLE
:=Utility csplit from the GNU core utilites
291 URL
:=http
://www.gnu.org
/software
/coreutils
/
294 define Package
/coreutils-csplit
/description
295 Full version of standard GNU csplit utility. Normally
, you would not
296 use this package
, since the functionality in BusyBox is more than
300 define Package
/coreutils-csplit
/install
301 $(INSTALL_DIR
) $(1)/usr
/bin
302 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/csplit
$(1)/usr
/bin
/
305 define Package
/coreutils-cut
308 TITLE
:=Utility cut from the GNU core utilites
309 URL
:=http
://www.gnu.org
/software
/coreutils
/
312 define Package
/coreutils-cut
/description
313 Full version of standard GNU cut utility. Normally
, you would not
314 use this package
, since the functionality in BusyBox is more than
318 define Package
/coreutils-cut
/install
319 $(INSTALL_DIR
) $(1)/usr
/bin
320 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/cut
$(1)/usr
/bin
/
323 define Package
/coreutils-date
326 TITLE
:=Utility date from the GNU core utilites
327 URL
:=http
://www.gnu.org
/software
/coreutils
/
330 define Package
/coreutils-date
/description
331 Full version of standard GNU date utility. Normally
, you would not
332 use this package
, since the functionality in BusyBox is more than
336 define Package
/coreutils-date
/install
337 $(INSTALL_DIR
) $(1)/usr
/bin
338 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/date
$(1)/usr
/bin
/
341 define Package
/coreutils-dd
344 TITLE
:=Utility dd from the GNU core utilites
345 URL
:=http
://www.gnu.org
/software
/coreutils
/
348 define Package
/coreutils-dd
/description
349 Full version of standard GNU dd utility. Normally
, you would not
350 use this package
, since the functionality in BusyBox is more than
354 define Package
/coreutils-dd
/install
355 $(INSTALL_DIR
) $(1)/usr
/bin
356 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/dd
$(1)/usr
/bin
/
359 define Package
/coreutils-dir
362 TITLE
:=Utility
dir from the GNU core utilites
363 URL
:=http
://www.gnu.org
/software
/coreutils
/
366 define Package
/coreutils-dir
/description
367 Full version of standard GNU
dir utility. Normally
, you would not
368 use this package
, since the functionality in BusyBox is more than
372 define Package
/coreutils-dir
/install
373 $(INSTALL_DIR
) $(1)/usr
/bin
374 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/dir $(1)/usr
/bin
/
377 define Package
/coreutils-dircolors
380 TITLE
:=Utility dircolors from the GNU core utilites
381 URL
:=http
://www.gnu.org
/software
/coreutils
/
384 define Package
/coreutils-dircolors
/description
385 Full version of standard GNU dircolors utility. Normally
, you would not
386 use this package
, since the functionality in BusyBox is more than
390 define Package
/coreutils-dircolors
/install
391 $(INSTALL_DIR
) $(1)/usr
/bin
392 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/dircolors
$(1)/usr
/bin
/
395 define Package
/coreutils-dirname
398 TITLE
:=Utility dirname from the GNU core utilites
399 URL
:=http
://www.gnu.org
/software
/coreutils
/
402 define Package
/coreutils-dirname
/description
403 Full version of standard GNU dirname utility. Normally
, you would not
404 use this package
, since the functionality in BusyBox is more than
408 define Package
/coreutils-dirname
/install
409 $(INSTALL_DIR
) $(1)/usr
/bin
410 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/dirname
$(1)/usr
/bin
/
413 define Package
/coreutils-du
416 TITLE
:=Utility du from the GNU core utilites
417 URL
:=http
://www.gnu.org
/software
/coreutils
/
420 define Package
/coreutils-du
/description
421 Full version of standard GNU du utility. Normally
, you would not
422 use this package
, since the functionality in BusyBox is more than
426 define Package
/coreutils-du
/install
427 $(INSTALL_DIR
) $(1)/usr
/bin
428 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/du
$(1)/usr
/bin
/
431 define Package
/coreutils-echo
434 TITLE
:=Utility echo from the GNU core utilites
435 URL
:=http
://www.gnu.org
/software
/coreutils
/
438 define Package
/coreutils-echo
/description
439 Full version of standard GNU echo utility. Normally
, you would not
440 use this package
, since the functionality in BusyBox is more than
444 define Package
/coreutils-echo
/install
445 $(INSTALL_DIR
) $(1)/usr
/bin
446 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/echo
$(1)/usr
/bin
/
449 define Package
/coreutils-env
452 TITLE
:=Utility env from the GNU core utilites
453 URL
:=http
://www.gnu.org
/software
/coreutils
/
456 define Package
/coreutils-env
/description
457 Full version of standard GNU env utility. Normally
, you would not
458 use this package
, since the functionality in BusyBox is more than
462 define Package
/coreutils-env
/install
463 $(INSTALL_DIR
) $(1)/usr
/bin
464 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/env
$(1)/usr
/bin
/
467 define Package
/coreutils-expand
470 TITLE
:=Utility expand from the GNU core utilites
471 URL
:=http
://www.gnu.org
/software
/coreutils
/
474 define Package
/coreutils-expand
/description
475 Full version of standard GNU expand utility. Normally
, you would not
476 use this package
, since the functionality in BusyBox is more than
480 define Package
/coreutils-expand
/install
481 $(INSTALL_DIR
) $(1)/usr
/bin
482 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/expand
$(1)/usr
/bin
/
485 define Package
/coreutils-expr
488 TITLE
:=Utility expr from the GNU core utilites
489 URL
:=http
://www.gnu.org
/software
/coreutils
/
492 define Package
/coreutils-expr
/description
493 Full version of standard GNU expr utility. Normally
, you would not
494 use this package
, since the functionality in BusyBox is more than
498 define Package
/coreutils-expr
/install
499 $(INSTALL_DIR
) $(1)/usr
/bin
500 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/expr
$(1)/usr
/bin
/
503 define Package
/coreutils-factor
506 TITLE
:=Utility factor from the GNU core utilites
507 URL
:=http
://www.gnu.org
/software
/coreutils
/
510 define Package
/coreutils-factor
/description
511 Full version of standard GNU factor utility. Normally
, you would not
512 use this package
, since the functionality in BusyBox is more than
516 define Package
/coreutils-factor
/install
517 $(INSTALL_DIR
) $(1)/usr
/bin
518 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/factor
$(1)/usr
/bin
/
521 define Package
/coreutils-false
524 TITLE
:=Utility false from the GNU core utilites
525 URL
:=http
://www.gnu.org
/software
/coreutils
/
528 define Package
/coreutils-false
/description
529 Full version of standard GNU false utility. Normally
, you would not
530 use this package
, since the functionality in BusyBox is more than
534 define Package
/coreutils-false
/install
535 $(INSTALL_DIR
) $(1)/usr
/bin
536 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/false
$(1)/usr
/bin
/
539 define Package
/coreutils-fmt
542 TITLE
:=Utility fmt from the GNU core utilites
543 URL
:=http
://www.gnu.org
/software
/coreutils
/
546 define Package
/coreutils-fmt
/description
547 Full version of standard GNU fmt utility. Normally
, you would not
548 use this package
, since the functionality in BusyBox is more than
552 define Package
/coreutils-fmt
/install
553 $(INSTALL_DIR
) $(1)/usr
/bin
554 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/fmt
$(1)/usr
/bin
/
557 define Package
/coreutils-fold
560 TITLE
:=Utility fold from the GNU core utilites
561 URL
:=http
://www.gnu.org
/software
/coreutils
/
564 define Package
/coreutils-fold
/description
565 Full version of standard GNU fold utility. Normally
, you would not
566 use this package
, since the functionality in BusyBox is more than
570 define Package
/coreutils-fold
/install
571 $(INSTALL_DIR
) $(1)/usr
/bin
572 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/fold
$(1)/usr
/bin
/
575 define Package
/coreutils-groups
578 TITLE
:=Utility groups from the GNU core utilites
579 URL
:=http
://www.gnu.org
/software
/coreutils
/
582 define Package
/coreutils-groups
/description
583 Full version of standard GNU groups utility. Normally
, you would not
584 use this package
, since the functionality in BusyBox is more than
588 define Package
/coreutils-groups
/install
589 $(INSTALL_DIR
) $(1)/usr
/bin
590 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/groups
$(1)/usr
/bin
/
593 define Package
/coreutils-head
596 TITLE
:=Utility head from the GNU core utilites
597 URL
:=http
://www.gnu.org
/software
/coreutils
/
600 define Package
/coreutils-head
/description
601 Full version of standard GNU head utility. Normally
, you would not
602 use this package
, since the functionality in BusyBox is more than
606 define Package
/coreutils-head
/install
607 $(INSTALL_DIR
) $(1)/usr
/bin
608 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/head
$(1)/usr
/bin
/
611 define Package
/coreutils-hostid
614 TITLE
:=Utility hostid from the GNU core utilites
615 URL
:=http
://www.gnu.org
/software
/coreutils
/
618 define Package
/coreutils-hostid
/description
619 Full version of standard GNU hostid utility. Normally
, you would not
620 use this package
, since the functionality in BusyBox is more than
624 define Package
/coreutils-hostid
/install
625 $(INSTALL_DIR
) $(1)/usr
/bin
626 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/hostid
$(1)/usr
/bin
/
629 define Package
/coreutils-id
632 TITLE
:=Utility id from the GNU core utilites
633 URL
:=http
://www.gnu.org
/software
/coreutils
/
636 define Package
/coreutils-id
/description
637 Full version of standard GNU id utility. Normally
, you would not
638 use this package
, since the functionality in BusyBox is more than
642 define Package
/coreutils-id
/install
643 $(INSTALL_DIR
) $(1)/usr
/bin
644 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/id
$(1)/usr
/bin
/
647 define Package
/coreutils-install
650 TITLE
:=Utility
install from the GNU core utilites
651 URL
:=http
://www.gnu.org
/software
/coreutils
/
654 define Package
/coreutils-install
/description
655 Full version of standard GNU
install utility. Normally
, you would not
656 use this package
, since the functionality in BusyBox is more than
660 define Package
/coreutils-install
/install
661 $(INSTALL_DIR
) $(1)/usr
/bin
662 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/install $(1)/usr
/bin
/
665 define Package
/coreutils-join
668 TITLE
:=Utility
join from the GNU core utilites
669 URL
:=http
://www.gnu.org
/software
/coreutils
/
672 define Package
/coreutils-join
/description
673 Full version of standard GNU
join utility. Normally
, you would not
674 use this package
, since the functionality in BusyBox is more than
678 define Package
/coreutils-join
/install
679 $(INSTALL_DIR
) $(1)/usr
/bin
680 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/join $(1)/usr
/bin
/
683 define Package
/coreutils-kill
686 TITLE
:=Utility kill from the GNU core utilites
687 URL
:=http
://www.gnu.org
/software
/coreutils
/
690 define Package
/coreutils-kill
/description
691 Full version of standard GNU kill utility. Normally
, you would not
692 use this package
, since the functionality in BusyBox is more than
696 define Package
/coreutils-kill
/install
697 $(INSTALL_DIR
) $(1)/usr
/bin
698 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/kill
$(1)/usr
/bin
/
701 define Package
/coreutils-link
704 TITLE
:=Utility link from the GNU core utilites
705 URL
:=http
://www.gnu.org
/software
/coreutils
/
708 define Package
/coreutils-link
/description
709 Full version of standard GNU link utility. Normally
, you would not
710 use this package
, since the functionality in BusyBox is more than
714 define Package
/coreutils-link
/install
715 $(INSTALL_DIR
) $(1)/usr
/bin
716 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/link
$(1)/usr
/bin
/
719 define Package
/coreutils-ln
722 TITLE
:=Utility ln from the GNU core utilites
723 URL
:=http
://www.gnu.org
/software
/coreutils
/
726 define Package
/coreutils-ln
/description
727 Full version of standard GNU ln utility. Normally
, you would not
728 use this package
, since the functionality in BusyBox is more than
732 define Package
/coreutils-ln
/install
733 $(INSTALL_DIR
) $(1)/usr
/bin
734 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/ln
$(1)/usr
/bin
/
737 define Package
/coreutils-logname
740 TITLE
:=Utility logname from the GNU core utilites
741 URL
:=http
://www.gnu.org
/software
/coreutils
/
744 define Package
/coreutils-logname
/description
745 Full version of standard GNU logname utility. Normally
, you would not
746 use this package
, since the functionality in BusyBox is more than
750 define Package
/coreutils-logname
/install
751 $(INSTALL_DIR
) $(1)/usr
/bin
752 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/logname
$(1)/usr
/bin
/
755 define Package
/coreutils-ls
758 TITLE
:=Utility ls from the GNU core utilites
759 URL
:=http
://www.gnu.org
/software
/coreutils
/
762 define Package
/coreutils-ls
/description
763 Full version of standard GNU ls utility. Normally
, you would not
764 use this package
, since the functionality in BusyBox is more than
768 define Package
/coreutils-ls
/install
769 $(INSTALL_DIR
) $(1)/usr
/bin
770 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/ls
$(1)/usr
/bin
/
773 define Package
/coreutils-md5sum
776 TITLE
:=Utility md5sum from the GNU core utilites
777 URL
:=http
://www.gnu.org
/software
/coreutils
/
780 define Package
/coreutils-md5sum
/description
781 Full version of standard GNU md5sum utility. Normally
, you would not
782 use this package
, since the functionality in BusyBox is more than
786 define Package
/coreutils-md5sum
/install
787 $(INSTALL_DIR
) $(1)/usr
/bin
788 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/md5sum
$(1)/usr
/bin
/
791 define Package
/coreutils-mkdir
794 TITLE
:=Utility mkdir from the GNU core utilites
795 URL
:=http
://www.gnu.org
/software
/coreutils
/
798 define Package
/coreutils-mkdir
/description
799 Full version of standard GNU mkdir utility. Normally
, you would not
800 use this package
, since the functionality in BusyBox is more than
804 define Package
/coreutils-mkdir
/install
805 $(INSTALL_DIR
) $(1)/usr
/bin
806 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/mkdir
$(1)/usr
/bin
/
809 define Package
/coreutils-mkfifo
812 TITLE
:=Utility mkfifo from the GNU core utilites
813 URL
:=http
://www.gnu.org
/software
/coreutils
/
816 define Package
/coreutils-mkfifo
/description
817 Full version of standard GNU mkfifo utility. Normally
, you would not
818 use this package
, since the functionality in BusyBox is more than
822 define Package
/coreutils-mkfifo
/install
823 $(INSTALL_DIR
) $(1)/usr
/bin
824 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/mkfifo
$(1)/usr
/bin
/
827 define Package
/coreutils-mknod
830 TITLE
:=Utility mknod from the GNU core utilites
831 URL
:=http
://www.gnu.org
/software
/coreutils
/
834 define Package
/coreutils-mknod
/description
835 Full version of standard GNU mknod utility. Normally
, you would not
836 use this package
, since the functionality in BusyBox is more than
840 define Package
/coreutils-mknod
/install
841 $(INSTALL_DIR
) $(1)/usr
/bin
842 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/mknod
$(1)/usr
/bin
/
845 define Package
/coreutils-mktemp
848 TITLE
:=Utility mktemp from the GNU core utilites
849 URL
:=http
://www.gnu.org
/software
/coreutils
/
852 define Package
/coreutils-mktemp
/description
853 Full version of standard GNU mktemp utility. Normally
, you would not
854 use this package
, since the functionality in BusyBox is more than
858 define Package
/coreutils-mktemp
/install
859 $(INSTALL_DIR
) $(1)/usr
/bin
860 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/mktemp
$(1)/usr
/bin
/
863 define Package
/coreutils-mv
866 TITLE
:=Utility mv from the GNU core utilites
867 URL
:=http
://www.gnu.org
/software
/coreutils
/
870 define Package
/coreutils-mv
/description
871 Full version of standard GNU mv utility. Normally
, you would not
872 use this package
, since the functionality in BusyBox is more than
876 define Package
/coreutils-mv
/install
877 $(INSTALL_DIR
) $(1)/usr
/bin
878 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/mv
$(1)/usr
/bin
/
881 define Package
/coreutils-nice
884 TITLE
:=Utility nice from the GNU core utilites
885 URL
:=http
://www.gnu.org
/software
/coreutils
/
888 define Package
/coreutils-nice
/description
889 Full version of standard GNU nice utility. Normally
, you would not
890 use this package
, since the functionality in BusyBox is more than
894 define Package
/coreutils-nice
/install
895 $(INSTALL_DIR
) $(1)/usr
/bin
896 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/nice
$(1)/usr
/bin
/
899 define Package
/coreutils-nl
902 TITLE
:=Utility nl from the GNU core utilites
903 URL
:=http
://www.gnu.org
/software
/coreutils
/
906 define Package
/coreutils-nl
/description
907 Full version of standard GNU nl utility. Normally
, you would not
908 use this package
, since the functionality in BusyBox is more than
912 define Package
/coreutils-nl
/install
913 $(INSTALL_DIR
) $(1)/usr
/bin
914 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/nl
$(1)/usr
/bin
/
917 define Package
/coreutils-nohup
920 TITLE
:=Utility nohup from the GNU core utilites
921 URL
:=http
://www.gnu.org
/software
/coreutils
/
924 define Package
/coreutils-nohup
/description
925 Full version of standard GNU nohup utility. Normally
, you would not
926 use this package
, since the functionality in BusyBox is more than
930 define Package
/coreutils-nohup
/install
931 $(INSTALL_DIR
) $(1)/usr
/bin
932 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/nohup
$(1)/usr
/bin
/
935 define Package
/coreutils-nproc
938 TITLE
:=Utility nproc from the GNU core utilites
939 URL
:=http
://www.gnu.org
/software
/coreutils
/
942 define Package
/coreutils-nproc
/description
943 Full version of standard GNU nproc utility. Normally
, you would not
944 use this package
, since the functionality in BusyBox is more than
948 define Package
/coreutils-nproc
/install
949 $(INSTALL_DIR
) $(1)/usr
/bin
950 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/nproc
$(1)/usr
/bin
/
953 define Package
/coreutils-od
956 TITLE
:=Utility od from the GNU core utilites
957 URL
:=http
://www.gnu.org
/software
/coreutils
/
960 define Package
/coreutils-od
/description
961 Full version of standard GNU od utility. Normally
, you would not
962 use this package
, since the functionality in BusyBox is more than
966 define Package
/coreutils-od
/install
967 $(INSTALL_DIR
) $(1)/usr
/bin
968 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/od
$(1)/usr
/bin
/
971 define Package
/coreutils-paste
974 TITLE
:=Utility paste from the GNU core utilites
975 URL
:=http
://www.gnu.org
/software
/coreutils
/
978 define Package
/coreutils-paste
/description
979 Full version of standard GNU paste utility. Normally
, you would not
980 use this package
, since the functionality in BusyBox is more than
984 define Package
/coreutils-paste
/install
985 $(INSTALL_DIR
) $(1)/usr
/bin
986 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/paste
$(1)/usr
/bin
/
989 define Package
/coreutils-pathchk
992 TITLE
:=Utility pathchk from the GNU core utilites
993 URL
:=http
://www.gnu.org
/software
/coreutils
/
996 define Package
/coreutils-pathchk
/description
997 Full version of standard GNU pathchk utility. Normally
, you would not
998 use this package
, since the functionality in BusyBox is more than
1002 define Package
/coreutils-pathchk
/install
1003 $(INSTALL_DIR
) $(1)/usr
/bin
1004 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/pathchk
$(1)/usr
/bin
/
1007 define Package
/coreutils-pinky
1010 TITLE
:=Utility pinky from the GNU core utilites
1011 URL
:=http
://www.gnu.org
/software
/coreutils
/
1014 define Package
/coreutils-pinky
/description
1015 Full version of standard GNU pinky utility. Normally
, you would not
1016 use this package
, since the functionality in BusyBox is more than
1020 define Package
/coreutils-pinky
/install
1021 $(INSTALL_DIR
) $(1)/usr
/bin
1022 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/pinky
$(1)/usr
/bin
/
1025 define Package
/coreutils-pr
1028 TITLE
:=Utility pr from the GNU core utilites
1029 URL
:=http
://www.gnu.org
/software
/coreutils
/
1032 define Package
/coreutils-pr
/description
1033 Full version of standard GNU pr utility. Normally
, you would not
1034 use this package
, since the functionality in BusyBox is more than
1038 define Package
/coreutils-pr
/install
1039 $(INSTALL_DIR
) $(1)/usr
/bin
1040 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/pr
$(1)/usr
/bin
/
1043 define Package
/coreutils-printenv
1046 TITLE
:=Utility printenv from the GNU core utilites
1047 URL
:=http
://www.gnu.org
/software
/coreutils
/
1050 define Package
/coreutils-printenv
/description
1051 Full version of standard GNU printenv utility. Normally
, you would not
1052 use this package
, since the functionality in BusyBox is more than
1056 define Package
/coreutils-printenv
/install
1057 $(INSTALL_DIR
) $(1)/usr
/bin
1058 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/printenv
$(1)/usr
/bin
/
1061 define Package
/coreutils-printf
1064 TITLE
:=Utility printf from the GNU core utilites
1065 URL
:=http
://www.gnu.org
/software
/coreutils
/
1068 define Package
/coreutils-printf
/description
1069 Full version of standard GNU printf utility. Normally
, you would not
1070 use this package
, since the functionality in BusyBox is more than
1074 define Package
/coreutils-printf
/install
1075 $(INSTALL_DIR
) $(1)/usr
/bin
1076 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/printf
$(1)/usr
/bin
/
1079 define Package
/coreutils-ptx
1082 TITLE
:=Utility ptx from the GNU core utilites
1083 URL
:=http
://www.gnu.org
/software
/coreutils
/
1086 define Package
/coreutils-ptx
/description
1087 Full version of standard GNU ptx utility. Normally
, you would not
1088 use this package
, since the functionality in BusyBox is more than
1092 define Package
/coreutils-ptx
/install
1093 $(INSTALL_DIR
) $(1)/usr
/bin
1094 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/ptx
$(1)/usr
/bin
/
1097 define Package
/coreutils-pwd
1100 TITLE
:=Utility pwd from the GNU core utilites
1101 URL
:=http
://www.gnu.org
/software
/coreutils
/
1104 define Package
/coreutils-pwd
/description
1105 Full version of standard GNU pwd utility. Normally
, you would not
1106 use this package
, since the functionality in BusyBox is more than
1110 define Package
/coreutils-pwd
/install
1111 $(INSTALL_DIR
) $(1)/usr
/bin
1112 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/pwd
$(1)/usr
/bin
/
1115 define Package
/coreutils-readlink
1118 TITLE
:=Utility readlink from the GNU core utilites
1119 URL
:=http
://www.gnu.org
/software
/coreutils
/
1122 define Package
/coreutils-readlink
/description
1123 Full version of standard GNU readlink utility. Normally
, you would not
1124 use this package
, since the functionality in BusyBox is more than
1128 define Package
/coreutils-readlink
/install
1129 $(INSTALL_DIR
) $(1)/usr
/bin
1130 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/readlink
$(1)/usr
/bin
/
1133 define Package
/coreutils-rm
1136 TITLE
:=Utility
rm from the GNU core utilites
1137 URL
:=http
://www.gnu.org
/software
/coreutils
/
1140 define Package
/coreutils-rm
/description
1141 Full version of standard GNU
rm utility. Normally
, you would not
1142 use this package
, since the functionality in BusyBox is more than
1146 define Package
/coreutils-rm
/install
1147 $(INSTALL_DIR
) $(1)/usr
/bin
1148 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/rm $(1)/usr
/bin
/
1151 define Package
/coreutils-rmdir
1154 TITLE
:=Utility rmdir from the GNU core utilites
1155 URL
:=http
://www.gnu.org
/software
/coreutils
/
1158 define Package
/coreutils-rmdir
/description
1159 Full version of standard GNU rmdir utility. Normally
, you would not
1160 use this package
, since the functionality in BusyBox is more than
1164 define Package
/coreutils-rmdir
/install
1165 $(INSTALL_DIR
) $(1)/usr
/bin
1166 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/rmdir
$(1)/usr
/bin
/
1169 define Package
/coreutils-runcon
1172 TITLE
:=Utility runcon from the GNU core utilites
1173 URL
:=http
://www.gnu.org
/software
/coreutils
/
1176 define Package
/coreutils-runcon
/description
1177 Full version of standard GNU runcon utility. Normally
, you would not
1178 use this package
, since the functionality in BusyBox is more than
1182 define Package
/coreutils-runcon
/install
1183 $(INSTALL_DIR
) $(1)/usr
/bin
1184 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/runcon
$(1)/usr
/bin
/
1187 define Package
/coreutils-seq
1190 TITLE
:=Utility seq from the GNU core utilites
1191 URL
:=http
://www.gnu.org
/software
/coreutils
/
1194 define Package
/coreutils-seq
/description
1195 Full version of standard GNU seq utility. Normally
, you would not
1196 use this package
, since the functionality in BusyBox is more than
1200 define Package
/coreutils-seq
/install
1201 $(INSTALL_DIR
) $(1)/usr
/bin
1202 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/seq
$(1)/usr
/bin
/
1205 define Package
/coreutils-sha1sum
1208 TITLE
:=Utility sha1sum from the GNU core utilites
1209 URL
:=http
://www.gnu.org
/software
/coreutils
/
1212 define Package
/coreutils-sha1sum
/description
1213 Full version of standard GNU sha1sum utility. Normally
, you would not
1214 use this package
, since the functionality in BusyBox is more than
1218 define Package
/coreutils-sha1sum
/install
1219 $(INSTALL_DIR
) $(1)/usr
/bin
1220 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/sha1sum
$(1)/usr
/bin
/
1223 define Package
/coreutils-sha224sum
1226 TITLE
:=Utility sha224sum from the GNU core utilites
1227 URL
:=http
://www.gnu.org
/software
/coreutils
/
1230 define Package
/coreutils-sha224sum
/description
1231 Full version of standard GNU sha224sum utility. Normally
, you would not
1232 use this package
, since the functionality in BusyBox is more than
1236 define Package
/coreutils-sha224sum
/install
1237 $(INSTALL_DIR
) $(1)/usr
/bin
1238 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/sha224sum
$(1)/usr
/bin
/
1241 define Package
/coreutils-sha256sum
1244 TITLE
:=Utility sha256sum from the GNU core utilites
1245 URL
:=http
://www.gnu.org
/software
/coreutils
/
1248 define Package
/coreutils-sha256sum
/description
1249 Full version of standard GNU sha256sum utility. Normally
, you would not
1250 use this package
, since the functionality in BusyBox is more than
1254 define Package
/coreutils-sha256sum
/install
1255 $(INSTALL_DIR
) $(1)/usr
/bin
1256 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/sha256sum
$(1)/usr
/bin
/
1259 define Package
/coreutils-sha384sum
1262 TITLE
:=Utility sha384sum from the GNU core utilites
1263 URL
:=http
://www.gnu.org
/software
/coreutils
/
1266 define Package
/coreutils-sha384sum
/description
1267 Full version of standard GNU sha384sum utility. Normally
, you would not
1268 use this package
, since the functionality in BusyBox is more than
1272 define Package
/coreutils-sha384sum
/install
1273 $(INSTALL_DIR
) $(1)/usr
/bin
1274 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/sha384sum
$(1)/usr
/bin
/
1277 define Package
/coreutils-sha512sum
1280 TITLE
:=Utility sha512sum from the GNU core utilites
1281 URL
:=http
://www.gnu.org
/software
/coreutils
/
1284 define Package
/coreutils-sha512sum
/description
1285 Full version of standard GNU sha512sum utility. Normally
, you would not
1286 use this package
, since the functionality in BusyBox is more than
1290 define Package
/coreutils-sha512sum
/install
1291 $(INSTALL_DIR
) $(1)/usr
/bin
1292 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/sha512sum
$(1)/usr
/bin
/
1295 define Package
/coreutils-shred
1298 TITLE
:=Utility shred from the GNU core utilites
1299 URL
:=http
://www.gnu.org
/software
/coreutils
/
1302 define Package
/coreutils-shred
/description
1303 Full version of standard GNU shred utility. Normally
, you would not
1304 use this package
, since the functionality in BusyBox is more than
1308 define Package
/coreutils-shred
/install
1309 $(INSTALL_DIR
) $(1)/usr
/bin
1310 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/shred
$(1)/usr
/bin
/
1313 define Package
/coreutils-shuf
1316 TITLE
:=Utility shuf from the GNU core utilites
1317 URL
:=http
://www.gnu.org
/software
/coreutils
/
1320 define Package
/coreutils-shuf
/description
1321 Full version of standard GNU shuf utility. Normally
, you would not
1322 use this package
, since the functionality in BusyBox is more than
1326 define Package
/coreutils-shuf
/install
1327 $(INSTALL_DIR
) $(1)/usr
/bin
1328 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/shuf
$(1)/usr
/bin
/
1331 define Package
/coreutils-sleep
1334 TITLE
:=Utility sleep from the GNU core utilites
1335 URL
:=http
://www.gnu.org
/software
/coreutils
/
1338 define Package
/coreutils-sleep
/description
1339 Full version of standard GNU sleep utility. Normally
, you would not
1340 use this package
, since the functionality in BusyBox is more than
1344 define Package
/coreutils-sleep
/install
1345 $(INSTALL_DIR
) $(1)/usr
/bin
1346 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/sleep
$(1)/usr
/bin
/
1349 define Package
/coreutils-sort
1352 DEPENDS
:=+libpthread
1353 TITLE
:=Utility
sort from the GNU core utilites
1354 URL
:=http
://www.gnu.org
/software
/coreutils
/
1357 define Package
/coreutils-sort
/description
1358 Full version of standard GNU
sort utility. Normally
, you would not
1359 use this package
, since the functionality in BusyBox is more than
1363 define Package
/coreutils-sort
/install
1364 $(INSTALL_DIR
) $(1)/usr
/bin
1365 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/sort $(1)/usr
/bin
/
1368 define Package
/coreutils-split
1371 TITLE
:=Utility split from the GNU core utilites
1372 URL
:=http
://www.gnu.org
/software
/coreutils
/
1375 define Package
/coreutils-split
/description
1376 Full version of standard GNU split utility. Normally
, you would not
1377 use this package
, since the functionality in BusyBox is more than
1381 define Package
/coreutils-split
/install
1382 $(INSTALL_DIR
) $(1)/usr
/bin
1383 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/split
$(1)/usr
/bin
/
1386 define Package
/coreutils-stat
1389 TITLE
:=Utility stat from the GNU core utilites
1390 URL
:=http
://www.gnu.org
/software
/coreutils
/
1393 define Package
/coreutils-stat
/description
1394 Full version of standard GNU stat utility. Normally
, you would not
1395 use this package
, since the functionality in BusyBox is more than
1399 define Package
/coreutils-stat
/install
1400 $(INSTALL_DIR
) $(1)/usr
/bin
1401 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/stat
$(1)/usr
/bin
/
1404 define Package
/coreutils-stdbuf
1407 TITLE
:=Utility stdbuf from the GNU core utilites
1408 URL
:=http
://www.gnu.org
/software
/coreutils
/
1411 define Package
/coreutils-stdbuf
/description
1412 Full version of standard GNU stdbuf utility. Normally
, you would not
1413 use this package
, since the functionality in BusyBox is more than
1417 define Package
/coreutils-stdbuf
/install
1418 $(INSTALL_DIR
) $(1)/usr
/bin
1419 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/stdbuf
$(1)/usr
/bin
/
1422 define Package
/coreutils-stty
1425 TITLE
:=Utility stty from the GNU core utilites
1426 URL
:=http
://www.gnu.org
/software
/coreutils
/
1429 define Package
/coreutils-stty
/description
1430 Full version of standard GNU stty utility. Normally
, you would not
1431 use this package
, since the functionality in BusyBox is more than
1435 define Package
/coreutils-stty
/install
1436 $(INSTALL_DIR
) $(1)/usr
/bin
1437 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/stty
$(1)/usr
/bin
/
1440 define Package
/coreutils-su
1443 TITLE
:=Utility su from the GNU core utilites
1444 URL
:=http
://www.gnu.org
/software
/coreutils
/
1447 define Package
/coreutils-su
/description
1448 Full version of standard GNU su utility. Normally
, you would not
1449 use this package
, since the functionality in BusyBox is more than
1453 define Package
/coreutils-su
/install
1454 $(INSTALL_DIR
) $(1)/usr
/bin
1455 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/su
$(1)/usr
/bin
/
1458 define Package
/coreutils-sum
1461 TITLE
:=Utility sum from the GNU core utilites
1462 URL
:=http
://www.gnu.org
/software
/coreutils
/
1465 define Package
/coreutils-sum
/description
1466 Full version of standard GNU sum utility. Normally
, you would not
1467 use this package
, since the functionality in BusyBox is more than
1471 define Package
/coreutils-sum
/install
1472 $(INSTALL_DIR
) $(1)/usr
/bin
1473 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/sum
$(1)/usr
/bin
/
1476 define Package
/coreutils-sync
1479 TITLE
:=Utility sync from the GNU core utilites
1480 URL
:=http
://www.gnu.org
/software
/coreutils
/
1483 define Package
/coreutils-sync
/description
1484 Full version of standard GNU sync utility. Normally
, you would not
1485 use this package
, since the functionality in BusyBox is more than
1489 define Package
/coreutils-sync
/install
1490 $(INSTALL_DIR
) $(1)/usr
/bin
1491 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/sync
$(1)/usr
/bin
/
1494 define Package
/coreutils-tac
1497 TITLE
:=Utility tac from the GNU core utilites
1498 URL
:=http
://www.gnu.org
/software
/coreutils
/
1501 define Package
/coreutils-tac
/description
1502 Full version of standard GNU tac utility. Normally
, you would not
1503 use this package
, since the functionality in BusyBox is more than
1507 define Package
/coreutils-tac
/install
1508 $(INSTALL_DIR
) $(1)/usr
/bin
1509 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/tac
$(1)/usr
/bin
/
1512 define Package
/coreutils-tail
1515 TITLE
:=Utility tail from the GNU core utilites
1516 URL
:=http
://www.gnu.org
/software
/coreutils
/
1519 define Package
/coreutils-tail
/description
1520 Full version of standard GNU tail utility. Normally
, you would not
1521 use this package
, since the functionality in BusyBox is more than
1525 define Package
/coreutils-tail
/install
1526 $(INSTALL_DIR
) $(1)/usr
/bin
1527 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/tail
$(1)/usr
/bin
/
1530 define Package
/coreutils-tee
1533 TITLE
:=Utility tee from the GNU core utilites
1534 URL
:=http
://www.gnu.org
/software
/coreutils
/
1537 define Package
/coreutils-tee
/description
1538 Full version of standard GNU tee utility. Normally
, you would not
1539 use this package
, since the functionality in BusyBox is more than
1543 define Package
/coreutils-tee
/install
1544 $(INSTALL_DIR
) $(1)/usr
/bin
1545 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/tee
$(1)/usr
/bin
/
1548 define Package
/coreutils-test
1551 TITLE
:=Utility
test from the GNU core utilites
1552 URL
:=http
://www.gnu.org
/software
/coreutils
/
1555 define Package
/coreutils-test
/description
1556 Full version of standard GNU
test utility. Normally
, you would not
1557 use this package
, since the functionality in BusyBox is more than
1561 define Package
/coreutils-test
/install
1562 $(INSTALL_DIR
) $(1)/usr
/bin
1563 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/test $(1)/usr
/bin
/
1564 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/[ $(1)/usr
/bin
/
1567 define Package
/coreutils-timeout
1570 TITLE
:=Utility timeout from the GNU core utilites
1571 URL
:=http
://www.gnu.org
/software
/coreutils
/
1574 define Package
/coreutils-timeout
/description
1575 Full version of standard GNU timeout utility. Normally
, you would not
1576 use this package
, since the functionality in BusyBox is more than
1580 define Package
/coreutils-timeout
/install
1581 $(INSTALL_DIR
) $(1)/usr
/bin
1582 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/timeout
$(1)/usr
/bin
/
1585 define Package
/coreutils-touch
1588 TITLE
:=Utility touch from the GNU core utilites
1589 URL
:=http
://www.gnu.org
/software
/coreutils
/
1592 define Package
/coreutils-touch
/description
1593 Full version of standard GNU touch utility. Normally
, you would not
1594 use this package
, since the functionality in BusyBox is more than
1598 define Package
/coreutils-touch
/install
1599 $(INSTALL_DIR
) $(1)/usr
/bin
1600 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/touch
$(1)/usr
/bin
/
1603 define Package
/coreutils-tr
1606 TITLE
:=Utility tr from the GNU core utilites
1607 URL
:=http
://www.gnu.org
/software
/coreutils
/
1610 define Package
/coreutils-tr
/description
1611 Full version of standard GNU tr utility. Normally
, you would not
1612 use this package
, since the functionality in BusyBox is more than
1616 define Package
/coreutils-tr
/install
1617 $(INSTALL_DIR
) $(1)/usr
/bin
1618 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/tr
$(1)/usr
/bin
/
1621 define Package
/coreutils-true
1624 TITLE
:=Utility true from the GNU core utilites
1625 URL
:=http
://www.gnu.org
/software
/coreutils
/
1628 define Package
/coreutils-true
/description
1629 Full version of standard GNU true utility. Normally
, you would not
1630 use this package
, since the functionality in BusyBox is more than
1634 define Package
/coreutils-true
/install
1635 $(INSTALL_DIR
) $(1)/usr
/bin
1636 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/true
$(1)/usr
/bin
/
1639 define Package
/coreutils-truncate
1642 TITLE
:=Utility truncate from the GNU core utilites
1643 URL
:=http
://www.gnu.org
/software
/coreutils
/
1646 define Package
/coreutils-truncate
/description
1647 Full version of standard GNU truncate utility. Normally
, you would not
1648 use this package
, since the functionality in BusyBox is more than
1652 define Package
/coreutils-truncate
/install
1653 $(INSTALL_DIR
) $(1)/usr
/bin
1654 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/truncate
$(1)/usr
/bin
/
1657 define Package
/coreutils-tsort
1660 TITLE
:=Utility tsort from the GNU core utilites
1661 URL
:=http
://www.gnu.org
/software
/coreutils
/
1664 define Package
/coreutils-tsort
/description
1665 Full version of standard GNU tsort utility. Normally
, you would not
1666 use this package
, since the functionality in BusyBox is more than
1670 define Package
/coreutils-tsort
/install
1671 $(INSTALL_DIR
) $(1)/usr
/bin
1672 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/tsort
$(1)/usr
/bin
/
1675 define Package
/coreutils-tty
1678 TITLE
:=Utility tty from the GNU core utilites
1679 URL
:=http
://www.gnu.org
/software
/coreutils
/
1682 define Package
/coreutils-tty
/description
1683 Full version of standard GNU tty utility. Normally
, you would not
1684 use this package
, since the functionality in BusyBox is more than
1688 define Package
/coreutils-tty
/install
1689 $(INSTALL_DIR
) $(1)/usr
/bin
1690 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/tty
$(1)/usr
/bin
/
1693 define Package
/coreutils-uname
1696 TITLE
:=Utility uname from the GNU core utilites
1697 URL
:=http
://www.gnu.org
/software
/coreutils
/
1700 define Package
/coreutils-uname
/description
1701 Full version of standard GNU uname utility. Normally
, you would not
1702 use this package
, since the functionality in BusyBox is more than
1706 define Package
/coreutils-uname
/install
1707 $(INSTALL_DIR
) $(1)/usr
/bin
1708 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/uname
$(1)/usr
/bin
/
1711 define Package
/coreutils-unexpand
1714 TITLE
:=Utility unexpand from the GNU core utilites
1715 URL
:=http
://www.gnu.org
/software
/coreutils
/
1718 define Package
/coreutils-unexpand
/description
1719 Full version of standard GNU unexpand utility. Normally
, you would not
1720 use this package
, since the functionality in BusyBox is more than
1724 define Package
/coreutils-unexpand
/install
1725 $(INSTALL_DIR
) $(1)/usr
/bin
1726 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/unexpand
$(1)/usr
/bin
/
1729 define Package
/coreutils-uniq
1732 TITLE
:=Utility uniq from the GNU core utilites
1733 URL
:=http
://www.gnu.org
/software
/coreutils
/
1736 define Package
/coreutils-uniq
/description
1737 Full version of standard GNU uniq utility. Normally
, you would not
1738 use this package
, since the functionality in BusyBox is more than
1742 define Package
/coreutils-uniq
/install
1743 $(INSTALL_DIR
) $(1)/usr
/bin
1744 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/uniq
$(1)/usr
/bin
/
1747 define Package
/coreutils-unlink
1750 TITLE
:=Utility unlink from the GNU core utilites
1751 URL
:=http
://www.gnu.org
/software
/coreutils
/
1754 define Package
/coreutils-unlink
/description
1755 Full version of standard GNU unlink utility. Normally
, you would not
1756 use this package
, since the functionality in BusyBox is more than
1760 define Package
/coreutils-unlink
/install
1761 $(INSTALL_DIR
) $(1)/usr
/bin
1762 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/unlink
$(1)/usr
/bin
/
1765 define Package
/coreutils-uptime
1768 TITLE
:=Utility uptime from the GNU core utilites
1769 URL
:=http
://www.gnu.org
/software
/coreutils
/
1772 define Package
/coreutils-uptime
/description
1773 Full version of standard GNU uptime utility. Normally
, you would not
1774 use this package
, since the functionality in BusyBox is more than
1778 define Package
/coreutils-uptime
/install
1779 $(INSTALL_DIR
) $(1)/usr
/bin
1780 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/uptime
$(1)/usr
/bin
/
1783 define Package
/coreutils-users
1786 TITLE
:=Utility users from the GNU core utilites
1787 URL
:=http
://www.gnu.org
/software
/coreutils
/
1790 define Package
/coreutils-users
/description
1791 Full version of standard GNU users utility. Normally
, you would not
1792 use this package
, since the functionality in BusyBox is more than
1796 define Package
/coreutils-users
/install
1797 $(INSTALL_DIR
) $(1)/usr
/bin
1798 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/users
$(1)/usr
/bin
/
1801 define Package
/coreutils-vdir
1804 TITLE
:=Utility vdir from the GNU core utilites
1805 URL
:=http
://www.gnu.org
/software
/coreutils
/
1808 define Package
/coreutils-vdir
/description
1809 Full version of standard GNU vdir utility. Normally
, you would not
1810 use this package
, since the functionality in BusyBox is more than
1814 define Package
/coreutils-vdir
/install
1815 $(INSTALL_DIR
) $(1)/usr
/bin
1816 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/vdir
$(1)/usr
/bin
/
1819 define Package
/coreutils-wc
1822 TITLE
:=Utility wc from the GNU core utilites
1823 URL
:=http
://www.gnu.org
/software
/coreutils
/
1826 define Package
/coreutils-wc
/description
1827 Full version of standard GNU wc utility. Normally
, you would not
1828 use this package
, since the functionality in BusyBox is more than
1832 define Package
/coreutils-wc
/install
1833 $(INSTALL_DIR
) $(1)/usr
/bin
1834 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/wc
$(1)/usr
/bin
/
1837 define Package
/coreutils-who
1840 TITLE
:=Utility who from the GNU core utilites
1841 URL
:=http
://www.gnu.org
/software
/coreutils
/
1844 define Package
/coreutils-who
/description
1845 Full version of standard GNU who utility. Normally
, you would not
1846 use this package
, since the functionality in BusyBox is more than
1850 define Package
/coreutils-who
/install
1851 $(INSTALL_DIR
) $(1)/usr
/bin
1852 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/who
$(1)/usr
/bin
/
1855 define Package
/coreutils-whoami
1858 TITLE
:=Utility whoami from the GNU core utilites
1859 URL
:=http
://www.gnu.org
/software
/coreutils
/
1862 define Package
/coreutils-whoami
/description
1863 Full version of standard GNU whoami utility. Normally
, you would not
1864 use this package
, since the functionality in BusyBox is more than
1868 define Package
/coreutils-whoami
/install
1869 $(INSTALL_DIR
) $(1)/usr
/bin
1870 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/whoami
$(1)/usr
/bin
/
1873 define Package
/coreutils-yes
1876 TITLE
:=Utility yes from the GNU core utilites
1877 URL
:=http
://www.gnu.org
/software
/coreutils
/
1880 define Package
/coreutils-yes
/description
1881 Full version of standard GNU yes utility. Normally
, you would not
1882 use this package
, since the functionality in BusyBox is more than
1886 define Package
/coreutils-yes
/install
1887 $(INSTALL_DIR
) $(1)/usr
/bin
1888 $(CP
) $(PKG_INSTALL_DIR
)/usr
/bin
/yes
$(1)/usr
/bin
/
1891 $(eval
$(call BuildPackage
,coreutils
))
1892 $(eval
$(call BuildPackage
,coreutils-base64
))
1893 $(eval
$(call BuildPackage
,coreutils-basename
))
1894 $(eval
$(call BuildPackage
,coreutils-cat
))
1895 $(eval
$(call BuildPackage
,coreutils-chcon
))
1896 $(eval
$(call BuildPackage
,coreutils-chgrp
))
1897 $(eval
$(call BuildPackage
,coreutils-chmod
))
1898 $(eval
$(call BuildPackage
,coreutils-chown
))
1899 $(eval
$(call BuildPackage
,coreutils-chroot
))
1900 $(eval
$(call BuildPackage
,coreutils-cksum
))
1901 $(eval
$(call BuildPackage
,coreutils-comm
))
1902 $(eval
$(call BuildPackage
,coreutils-cp
))
1903 $(eval
$(call BuildPackage
,coreutils-csplit
))
1904 $(eval
$(call BuildPackage
,coreutils-cut
))
1905 $(eval
$(call BuildPackage
,coreutils-date
))
1906 $(eval
$(call BuildPackage
,coreutils-dd
))
1907 $(eval
$(call BuildPackage
,coreutils-dir
))
1908 $(eval
$(call BuildPackage
,coreutils-dircolors
))
1909 $(eval
$(call BuildPackage
,coreutils-dirname
))
1910 $(eval
$(call BuildPackage
,coreutils-du
))
1911 $(eval
$(call BuildPackage
,coreutils-echo
))
1912 $(eval
$(call BuildPackage
,coreutils-env
))
1913 $(eval
$(call BuildPackage
,coreutils-expand
))
1914 $(eval
$(call BuildPackage
,coreutils-expr
))
1915 $(eval
$(call BuildPackage
,coreutils-factor
))
1916 $(eval
$(call BuildPackage
,coreutils-false
))
1917 $(eval
$(call BuildPackage
,coreutils-fmt
))
1918 $(eval
$(call BuildPackage
,coreutils-fold
))
1919 $(eval
$(call BuildPackage
,coreutils-groups
))
1920 $(eval
$(call BuildPackage
,coreutils-head
))
1921 $(eval
$(call BuildPackage
,coreutils-hostid
))
1922 $(eval
$(call BuildPackage
,coreutils-id
))
1923 $(eval
$(call BuildPackage
,coreutils-install
))
1924 $(eval
$(call BuildPackage
,coreutils-join
))
1925 $(eval
$(call BuildPackage
,coreutils-kill
))
1926 $(eval
$(call BuildPackage
,coreutils-link
))
1927 $(eval
$(call BuildPackage
,coreutils-ln
))
1928 $(eval
$(call BuildPackage
,coreutils-logname
))
1929 $(eval
$(call BuildPackage
,coreutils-ls
))
1930 $(eval
$(call BuildPackage
,coreutils-md5sum
))
1931 $(eval
$(call BuildPackage
,coreutils-mkdir
))
1932 $(eval
$(call BuildPackage
,coreutils-mkfifo
))
1933 $(eval
$(call BuildPackage
,coreutils-mknod
))
1934 $(eval
$(call BuildPackage
,coreutils-mktemp
))
1935 $(eval
$(call BuildPackage
,coreutils-mv
))
1936 $(eval
$(call BuildPackage
,coreutils-nice
))
1937 $(eval
$(call BuildPackage
,coreutils-nl
))
1938 $(eval
$(call BuildPackage
,coreutils-nohup
))
1939 $(eval
$(call BuildPackage
,coreutils-nproc
))
1940 $(eval
$(call BuildPackage
,coreutils-od
))
1941 $(eval
$(call BuildPackage
,coreutils-paste
))
1942 $(eval
$(call BuildPackage
,coreutils-pathchk
))
1943 $(eval
$(call BuildPackage
,coreutils-pinky
))
1944 $(eval
$(call BuildPackage
,coreutils-pr
))
1945 $(eval
$(call BuildPackage
,coreutils-printenv
))
1946 $(eval
$(call BuildPackage
,coreutils-printf
))
1947 $(eval
$(call BuildPackage
,coreutils-ptx
))
1948 $(eval
$(call BuildPackage
,coreutils-pwd
))
1949 $(eval
$(call BuildPackage
,coreutils-readlink
))
1950 $(eval
$(call BuildPackage
,coreutils-rm
))
1951 $(eval
$(call BuildPackage
,coreutils-rmdir
))
1952 $(eval
$(call BuildPackage
,coreutils-runcon
))
1953 $(eval
$(call BuildPackage
,coreutils-seq
))
1954 $(eval
$(call BuildPackage
,coreutils-sha1sum
))
1955 $(eval
$(call BuildPackage
,coreutils-sha224sum
))
1956 $(eval
$(call BuildPackage
,coreutils-sha256sum
))
1957 $(eval
$(call BuildPackage
,coreutils-sha384sum
))
1958 $(eval
$(call BuildPackage
,coreutils-sha512sum
))
1959 $(eval
$(call BuildPackage
,coreutils-shred
))
1960 $(eval
$(call BuildPackage
,coreutils-shuf
))
1961 $(eval
$(call BuildPackage
,coreutils-sleep
))
1962 $(eval
$(call BuildPackage
,coreutils-sort
))
1963 $(eval
$(call BuildPackage
,coreutils-split
))
1964 $(eval
$(call BuildPackage
,coreutils-stat
))
1965 $(eval
$(call BuildPackage
,coreutils-stdbuf
))
1966 $(eval
$(call BuildPackage
,coreutils-stty
))
1967 $(eval
$(call BuildPackage
,coreutils-su
))
1968 $(eval
$(call BuildPackage
,coreutils-sum
))
1969 $(eval
$(call BuildPackage
,coreutils-sync
))
1970 $(eval
$(call BuildPackage
,coreutils-tac
))
1971 $(eval
$(call BuildPackage
,coreutils-tail
))
1972 $(eval
$(call BuildPackage
,coreutils-tee
))
1973 $(eval
$(call BuildPackage
,coreutils-test
))
1974 $(eval
$(call BuildPackage
,coreutils-timeout
))
1975 $(eval
$(call BuildPackage
,coreutils-touch
))
1976 $(eval
$(call BuildPackage
,coreutils-tr
))
1977 $(eval
$(call BuildPackage
,coreutils-true
))
1978 $(eval
$(call BuildPackage
,coreutils-truncate
))
1979 $(eval
$(call BuildPackage
,coreutils-tsort
))
1980 $(eval
$(call BuildPackage
,coreutils-tty
))
1981 $(eval
$(call BuildPackage
,coreutils-uname
))
1982 $(eval
$(call BuildPackage
,coreutils-unexpand
))
1983 $(eval
$(call BuildPackage
,coreutils-uniq
))
1984 $(eval
$(call BuildPackage
,coreutils-unlink
))
1985 $(eval
$(call BuildPackage
,coreutils-uptime
))
1986 $(eval
$(call BuildPackage
,coreutils-users
))
1987 $(eval
$(call BuildPackage
,coreutils-vdir
))
1988 $(eval
$(call BuildPackage
,coreutils-wc
))
1989 $(eval
$(call BuildPackage
,coreutils-who
))
1990 $(eval
$(call BuildPackage
,coreutils-whoami
))
1991 $(eval
$(call BuildPackage
,coreutils-yes
))