123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697 |
- #
- # Copyright (C) 2007-2015 OpenWrt.org
- #
- # This is free software, licensed under the GNU General Public License v2.
- # See /LICENSE for more information.
- #
- include $(TOPDIR)/rules.mk
- PKG_NAME:=util-linux
- PKG_VERSION:=2.29.2
- PKG_RELEASE:=1
- PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
- PKG_SOURCE_URL:=@KERNEL/linux/utils/$(PKG_NAME)/v2.29
- PKG_HASH:=accea4d678209f97f634f40a93b7e9fcad5915d1f4749f6c47bee6bf110fe8e3
- PKG_LICENSE:=GPL-2.0
- PKG_LICENSE_FILES:= COPYING \
- getopt/COPYING \
- libblkid/COPYING \
- libmount/COPYING \
- Documentation/licenses/COPYING.GPLv2 \
- Documentation/licenses/COPYING.LGPLv2.1 \
- libuuid/COPYING \
- Documentation/licenses/COPYING.BSD-3
- PKG_BUILD_PARALLEL:=1
- PKG_FIXUP:=autoreconf
- PKG_INSTALL:=1
- include $(INCLUDE_DIR)/package.mk
- define Package/util-linux/Default
- SECTION:=utils
- CATEGORY:=Utilities
- DEPENDS:= +librt
- URL:=http://www.kernel.org/pub/linux/utils/util-linux/
- endef
- define Package/libblkid
- $(call Package/util-linux/Default)
- DEPENDS:=+libuuid
- TITLE:=block device id library
- SECTION:=libs
- CATEGORY:=Libraries
- endef
- define Package/libblkid/description
- The libblkid library is used to identify block devices (disks) as to their
- content (e.g. filesystem type, partitions) as well as extracting additional
- information such as filesystem labels/volume names, partitions, unique
- identifiers/serial numbers...
- endef
- define Package/libfdisk
- $(call Package/util-linux/Default)
- DEPENDS:=+libuuid +libblkid
- TITLE:=partition manipulating library
- SECTION:=libs
- CATEGORY:=Libraries
- endef
- define Package/libfdisk/description
- The libfdisk library is used for manipulating with partition tables.
- endef
- define Package/libmount
- $(call Package/util-linux/Default)
- DEPENDS:=+libblkid
- TITLE:=mount library
- SECTION:=libs
- CATEGORY:=Libraries
- endef
- define Package/libmount/description
- The libmount library is used to parse /etc/fstab, /etc/mtab and
- /proc/self/mountinfo files, manage the mtab file, evaluate mount options...
- endef
- define Package/libuuid
- $(call Package/util-linux/Default)
- TITLE:=DCE compatible Universally Unique Identifier library
- SECTION:=libs
- CATEGORY:=Libraries
- endef
- define Package/libuuid/description
- The UUID library is used to generate unique identifiers for objects
- that may be accessible beyond the local system. This library
- generates UUIDs compatible with those created by the Open Software
- Foundation (OSF) Distributed Computing Environment (DCE) utility.
- endef
- define Package/libsmartcols
- $(call Package/util-linux/Default)
- TITLE:=table or tree library
- SECTION:=libs
- CATEGORY:=Libraries
- endef
- define Package/libsmartcols/description
- The smartcols library is used to print tables and trees in a pretty way.
- endef
- define Package/agetty
- $(call Package/util-linux/Default)
- TITLE:=alternative Linux getty
- SUBMENU=Terminal
- endef
- define Package/agetty/description
- agetty opens a tty port, prompts for a login name and invokes the
- /bin/login command
- endef
- define Package/blkdiscard
- $(call Package/util-linux/Default)
- TITLE:=discard sectors on a device
- SUBMENU=Disc
- endef
- define Package/blkdiscard/description
- The blkdiscard is used to discard device sectors. This is useful for
- solid-state drivers (SSDs) and thinly-provisioned storage. Unlike fstrim,
- this command is used directly on the block device.
- endef
- define Package/blkid
- $(call Package/util-linux/Default)
- TITLE:=locate and print block device attributes
- DEPENDS:= +libblkid +libuuid
- SUBMENU=Disc
- endef
- define Package/blkid/description
- The blkid program is the command-line interface to working with the libblkid
- library.
- endef
- define Package/cal
- $(call Package/util-linux/Default)
- TITLE:=display a calendar
- DEPENDS:= +libncurses
- endef
- define Package/cal/description
- cal displays a simple calendar
- endef
- define Package/cfdisk
- $(call Package/util-linux/Default)
- TITLE:=display or manipulate disk partition table
- DEPENDS:= +libblkid +libncurses +libsmartcols +libfdisk +libmount
- SUBMENU:=Disc
- endef
- define Package/cfdisk/description
- cfdisk is a curses-based program for partitioning any hard disk drive
- endef
- define Package/dmesg
- $(call Package/util-linux/Default)
- TITLE:=print or control the kernel ring buffer
- endef
- define Package/dmesg/description
- dmesg is used to examine or control the kernel ring buffer
- endef
- define Package/fdisk
- $(call Package/util-linux/Default)
- TITLE:=manipulate disk partition table
- DEPENDS:= +libblkid +libsmartcols +libfdisk
- SUBMENU=Disc
- endef
- define Package/fdisk/description
- a menu-driven program for creation and manipulation of partition tables
- endef
- define Package/findfs
- $(call Package/util-linux/Default)
- TITLE:=find a filesystem by label or UUID
- DEPENDS:= +libblkid
- SUBMENU=Disc
- endef
- define Package/findfs/description
- findfs will search the disks in the system looking for a filesystem which has
- a label matching label or a UUID equal to uuid
- endef
- define Package/flock
- $(call Package/util-linux/Default)
- TITLE:=manage locks from shell scripts
- endef
- define Package/flock/description
- manages flock locks from within shell scripts or the command line
- endef
- define Package/getopt
- $(call Package/util-linux/Default)
- TITLE:=parse command options (enhanced)
- endef
- define Package/getopt/description
- getopt is used to break up (parse) options in command lines for easy parsing
- by shell procedures, and to check for legal options
- endef
- define Package/hwclock
- $(call Package/util-linux/Default)
- TITLE:=query or set the hardware clock
- endef
- define Package/hwclock/description
- hwclock is a tool for accessing the Hardware Clock
- endef
- define Package/logger
- $(call Package/util-linux/Default)
- TITLE:=a shell command interface to the syslog system log module
- endef
- define Package/logger/description
- logger makes entries in the system log, it provides a shell command interface
- to the syslog system log module
- endef
- define Package/look
- $(call Package/util-linux/Default)
- TITLE:=display lines beginning with a given string
- endef
- define Package/look/description
- look utility displays any lines in file which contain string
- endef
- define Package/losetup
- $(call Package/util-linux/Default)
- TITLE:=set up and control loop devices
- DEPENDS:= +libsmartcols
- endef
- define Package/losetup/description
- losetup is used to associate loop devices with regular files or block devices,
- to detach loop devices and to query the status of a loop device
- endef
- define Package/lsblk
- $(call Package/util-linux/Default)
- TITLE:=list block devices
- DEPENDS:= +libblkid +libmount +libsmartcols
- SUBMENU=Disc
- endef
- define Package/lsblk/description
- lsblk lists information about all or the specified block devices
- endef
- define Package/mcookie
- $(call Package/util-linux/Default)
- TITLE:=generate magic cookies for xauth
- endef
- define Package/mcookie/description
- mcookie generates a 128-bit random hexadecimal number for use with the X
- authority system
- endef
- define Package/mount-utils
- $(call Package/util-linux/Default)
- TITLE:=related (u)mount utilities
- DEPENDS+= +libmount +libsmartcols
- endef
- define Package/mount-utils/description
- contains: mount, umount, findmnt
- endef
- define Package/namei
- $(call Package/util-linux/Default)
- TITLE:=follow a pathname until a terminal point is found
- endef
- define Package/namei/description
- namei uses its arguments as pathnames to any type of Unix file (symlinks,
- files, directories, and so forth)
- endef
- define Package/prlimit
- $(call Package/util-linux/Default)
- TITLE:=get and set process resource limits
- DEPENDS:= +libsmartcols
- endef
- define Package/prlimit/description
- Given a process id and one or more resources, prlimit tries to retrieve
- and/or modify the limits.
- endef
- define Package/rename
- $(call Package/util-linux/Default)
- TITLE:=rename files
- endef
- define Package/rename/description
- rename will rename the specified files by replacing the first occurrence of
- expression in their name by replacement
- endef
- define Package/partx-utils
- $(call Package/util-linux/Default)
- TITLE:=inform kernel about the presence and numbering of on-disk partitions
- DEPENDS:= +libblkid +libsmartcols
- SUBMENU=Disc
- endef
- define Package/partx-utils/description
- contains partx, addpart, delpart
- endef
- define Package/script-utils
- $(call Package/util-linux/Default)
- TITLE:=make and replay typescript of terminal session
- SUBMENU=Terminal
- endef
- define Package/script-utils/description
- contains: script, scriptreplay
- endef
- define Package/setterm
- $(call Package/util-linux/Default)
- TITLE:=set terminal attributes
- DEPENDS:= +libncurses
- SUBMENU:=Terminal
- endef
- define Package/setterm/description
- setterm writes to standard output a character string that will invoke the
- specified terminal capabilities
- endef
- define Package/sfdisk
- $(call Package/util-linux/Default)
- TITLE:=partition table manipulator for Linux
- SUBMENU=Disc
- DEPENDS:= +libblkid +libfdisk +libsmartcols
- endef
- define Package/sfdisk/description
- list the size of a partition, list the partitions on a device, check the
- partitions on a device and repartition a device
- endef
- define Package/swap-utils
- $(call Package/util-linux/Default)
- TITLE:=swap space management utilities
- DEPENDS+= +libblkid
- SUBMENU:=Filesystem
- endef
- define Package/swap-utils/description
- contains: mkswap, swaplabel
- endef
- define Package/uuidd
- $(call Package/util-linux/Default)
- TITLE:=UUID generation daemon
- DEPENDS:= +libuuid
- endef
- define Package/uuidd/description
- The uuidd daemon is used by the UUID library to generate universally unique
- identifiers (UUIDs), especially time-based UUIDs, in a secure and
- guaranteed-unique fashion, even in the face of large numbers of threads
- running on different CPUs trying to grab UUIDs.
- endef
- define Package/uuidgen
- $(call Package/util-linux/Default)
- TITLE:=create a new UUID value
- DEPENDS:= +libuuid
- endef
- define Package/uuidgen/description
- The uuidgen program creates (and prints) a new universally unique identifier
- (UUID) using the libuuid library. The new UUID can reasonably be considered
- unique among all UUIDs created on the local system, and among UUIDs created on
- other systems in the past and in the future.
- endef
- define Package/wall
- $(call Package/util-linux/Default)
- TITLE:=send a message to everybody's terminal
- SUBMENU=Terminal
- endef
- define Package/wall/description
- wall sends a message to everybody logged in with their mesg permission
- set to yes
- endef
- define Package/whereis
- $(call Package/util-linux/Default)
- TITLE:=locate the binary, source, and manual page files for a command
- endef
- define Package/whereis/description
- whereis locates source/binary and manuals sections for specified files
- endef
- define Package/wipefs
- $(call Package/util-linux/Default)
- TITLE:=wipe a signature from a device
- DEPENDS:= +libblkid
- SUBMENU:=Disc
- endef
- define Package/wipefs/description
- wipefs can erase filesystem, raid or partition table signatures (magic
- strings) from the specified device to make the signature invisible for
- libblkid.
- endef
- CONFIGURE_ARGS += \
- --disable-use-tty-group \
- --disable-rpath \
- --disable-tls \
- --disable-sulogin \
- --without-python \
- --without-udev \
- --without-readline \
- --disable-more \
- --with-ncursesw
- TARGET_CFLAGS += $(FPIC) -std=gnu99
- define Build/InstallDev
- $(INSTALL_DIR) $(1)/usr/lib/pkgconfig
- $(CP) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/blkid.pc $(1)/usr/lib/pkgconfig
- $(CP) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/fdisk.pc $(1)/usr/lib/pkgconfig
- $(CP) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/mount.pc $(1)/usr/lib/pkgconfig
- $(CP) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/smartcols.pc $(1)/usr/lib/pkgconfig
- $(CP) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/uuid.pc $(1)/usr/lib/pkgconfig
- $(INSTALL_DIR) $(1)/usr/include/blkid
- $(CP) $(PKG_INSTALL_DIR)/usr/include/blkid/blkid.h $(1)/usr/include/blkid
- $(INSTALL_DIR) $(1)/usr/include/libfdisk
- $(CP) $(PKG_INSTALL_DIR)/usr/include/libfdisk/libfdisk.h $(1)/usr/include/libfdisk
- $(INSTALL_DIR) $(1)/usr/include/libmount
- $(CP) $(PKG_INSTALL_DIR)/usr/include/libmount/libmount.h $(1)/usr/include/libmount
- $(INSTALL_DIR) $(1)/usr/include/uuid
- $(CP) $(PKG_INSTALL_DIR)/usr/include/uuid/uuid.h $(1)/usr/include/uuid
- $(INSTALL_DIR) $(1)/usr/include/libsmartcols
- $(CP) $(PKG_INSTALL_DIR)/usr/include/libsmartcols/libsmartcols.h $(1)/usr/include/libsmartcols
- $(INSTALL_DIR) $(1)/usr/lib
- $(CP) $(PKG_INSTALL_DIR)/lib/libblkid.so* $(1)/usr/lib
- $(CP) $(PKG_INSTALL_DIR)/lib/libfdisk.so* $(1)/usr/lib
- $(CP) $(PKG_INSTALL_DIR)/lib/libmount.so* $(1)/usr/lib
- $(CP) $(PKG_INSTALL_DIR)/lib/libuuid.so* $(1)/usr/lib
- $(CP) $(PKG_INSTALL_DIR)/lib/libsmartcols.so* $(1)/usr/lib
- $(LN) libblkid.so.1 $(1)/usr/lib/libblkid.so
- $(LN) libfdisk.so.1 $(1)/usr/lib/libfdisk.so
- $(LN) libmount.so.1 $(1)/usr/lib/libmount.so
- $(LN) libuuid.so.1 $(1)/usr/lib/libuuid.so
- $(LN) libsmartcols.so.1 $(1)/usr/lib/libsmartcols.so
- endef
- define Package/libfdisk/install
- $(INSTALL_DIR) $(1)/usr/lib
- $(CP) $(PKG_INSTALL_DIR)/lib/libfdisk.so* $(1)/usr/lib/
- $(LN) libfdisk.so.1 $(1)/usr/lib/libfdisk.so
- endef
- define Package/libblkid/install
- $(INSTALL_DIR) $(1)/usr/lib
- $(CP) $(PKG_INSTALL_DIR)/lib/libblkid.so* $(1)/usr/lib/
- $(LN) libblkid.so.1 $(1)/usr/lib/libblkid.so
- endef
- define Package/libmount/install
- $(INSTALL_DIR) $(1)/usr/lib
- $(CP) $(PKG_INSTALL_DIR)/lib/libmount.so* $(1)/usr/lib/
- $(LN) libmount.so.1 $(1)/usr/lib/libmount.so
- endef
- define Package/libsmartcols/install
- $(INSTALL_DIR) $(1)/usr/lib
- $(CP) $(PKG_INSTALL_DIR)/lib/libsmartcols.so* $(1)/usr/lib/
- $(LN) libsmartcols.so.1 $(1)/usr/lib/libsmartcols.so
- endef
- define Package/libuuid/install
- $(INSTALL_DIR) $(1)/usr/lib
- $(CP) $(PKG_INSTALL_DIR)/lib/libuuid.so* $(1)/usr/lib/
- $(LN) libuuid.so.1 $(1)/usr/lib/libuuid.so
- endef
- define Package/agetty/install
- $(INSTALL_DIR) $(1)/usr/sbin
- $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/agetty $(1)/usr/sbin/
- endef
- define Package/blkdiscard/install
- $(INSTALL_DIR) $(1)/usr/sbin
- $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/blkdiscard $(1)/usr/sbin/
- endef
- define Package/blkid/install
- $(INSTALL_DIR) $(1)/usr/sbin
- $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/blkid $(1)/usr/sbin/
- endef
- define Package/cal/install
- $(INSTALL_DIR) $(1)/usr/bin
- $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/cal $(1)/usr/bin/
- endef
- define Package/cfdisk/install
- $(INSTALL_DIR) $(1)/usr/sbin
- $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/cfdisk $(1)/usr/sbin/
- endef
- define Package/dmesg/install
- $(INSTALL_DIR) $(1)/usr/bin
- $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/dmesg $(1)/usr/bin/
- endef
- define Package/fdisk/install
- $(INSTALL_DIR) $(1)/usr/sbin
- $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/fdisk $(1)/usr/sbin/
- endef
- define Package/findfs/install
- $(INSTALL_DIR) $(1)/usr/sbin
- $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/findfs $(1)/usr/sbin/
- endef
- define Package/flock/install
- $(INSTALL_DIR) $(1)/usr/bin
- $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/flock $(1)/usr/bin/
- endef
- define Package/getopt/install
- $(INSTALL_DIR) $(1)/usr/bin
- $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/getopt $(1)/usr/bin/
- endef
- define Package/hwclock/install
- $(INSTALL_DIR) $(1)/usr/sbin
- $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/hwclock $(1)/usr/sbin/
- endef
- define Package/logger/install
- $(INSTALL_DIR) $(1)/usr/bin
- $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/logger $(1)/usr/bin/
- endef
- define Package/look/install
- $(INSTALL_DIR) $(1)/usr/bin
- $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/look $(1)/usr/bin/
- endef
- define Package/losetup/install
- $(INSTALL_DIR) $(1)/usr/sbin
- $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/losetup $(1)/usr/sbin/
- endef
- define Package/lsblk/install
- $(INSTALL_DIR) $(1)/usr/bin
- $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/lsblk $(1)/usr/bin/
- endef
- define Package/mcookie/install
- $(INSTALL_DIR) $(1)/usr/bin
- $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/mcookie $(1)/usr/bin/
- endef
- define Package/mount-utils/install
- $(INSTALL_DIR) $(1)/usr/bin
- $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/{u,}mount $(1)/usr/bin/
- $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/mountpoint $(1)/usr/bin/
- $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/findmnt $(1)/usr/bin/
- endef
- define Package/namei/install
- $(INSTALL_DIR) $(1)/usr/bin
- $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/namei $(1)/usr/bin/
- endef
- define Package/prlimit/install
- $(INSTALL_DIR) $(1)/usr/bin
- $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/prlimit $(1)/usr/bin/
- endef
- define Package/rename/install
- $(INSTALL_DIR) $(1)/usr/bin
- $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/rename $(1)/usr/bin/
- endef
- define Package/partx-utils/install
- $(INSTALL_DIR) $(1)/usr/sbin
- $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/partx $(1)/usr/sbin/
- $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/addpart $(1)/usr/sbin/
- $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/delpart $(1)/usr/sbin/
- endef
- define Package/script-utils/install
- $(INSTALL_DIR) $(1)/usr/bin
- $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/script $(1)/usr/bin/
- $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/scriptreplay $(1)/usr/bin/
- endef
- define Package/setterm/install
- $(INSTALL_DIR) $(1)/usr/bin
- $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/setterm $(1)/usr/bin/
- endef
- define Package/sfdisk/install
- $(INSTALL_DIR) $(1)/usr/sbin
- $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/sfdisk $(1)/usr/sbin/
- endef
- define Package/swap-utils/install
- $(INSTALL_DIR) $(1)/usr/sbin
- $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/mkswap $(1)/usr/sbin/
- $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/swaplabel $(1)/usr/sbin/
- endef
- define Package/uuidd/install
- $(INSTALL_DIR) $(1)/usr/sbin
- $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin//uuidd $(1)/usr/sbin/
- endef
- define Package/uuidgen/install
- $(INSTALL_DIR) $(1)/usr/bin
- $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin//uuidgen $(1)/usr/bin/
- endef
- define Package/wall/install
- $(INSTALL_DIR) $(1)/usr/bin
- $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/wall $(1)/usr/bin/
- endef
- define Package/whereis/install
- $(INSTALL_DIR) $(1)/usr/bin
- $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/whereis $(1)/usr/bin/
- endef
- define Package/wipefs/install
- $(INSTALL_DIR) $(1)/usr/sbin
- $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/wipefs $(1)/usr/sbin/
- endef
- $(eval $(call BuildPackage,libblkid))
- $(eval $(call BuildPackage,libfdisk))
- $(eval $(call BuildPackage,libmount))
- $(eval $(call BuildPackage,libsmartcols))
- $(eval $(call BuildPackage,libuuid))
- $(eval $(call BuildPackage,agetty))
- $(eval $(call BuildPackage,blkdiscard))
- $(eval $(call BuildPackage,blkid))
- $(eval $(call BuildPackage,cal))
- $(eval $(call BuildPackage,cfdisk))
- $(eval $(call BuildPackage,dmesg))
- $(eval $(call BuildPackage,fdisk))
- $(eval $(call BuildPackage,findfs))
- $(eval $(call BuildPackage,flock))
- $(eval $(call BuildPackage,getopt))
- $(eval $(call BuildPackage,hwclock))
- $(eval $(call BuildPackage,logger))
- $(eval $(call BuildPackage,look))
- $(eval $(call BuildPackage,losetup))
- $(eval $(call BuildPackage,lsblk))
- $(eval $(call BuildPackage,mcookie))
- $(eval $(call BuildPackage,mount-utils))
- $(eval $(call BuildPackage,namei))
- $(eval $(call BuildPackage,prlimit))
- $(eval $(call BuildPackage,rename))
- $(eval $(call BuildPackage,partx-utils))
- $(eval $(call BuildPackage,script-utils))
- $(eval $(call BuildPackage,setterm))
- $(eval $(call BuildPackage,sfdisk))
- $(eval $(call BuildPackage,swap-utils))
- $(eval $(call BuildPackage,uuidd))
- $(eval $(call BuildPackage,uuidgen))
- $(eval $(call BuildPackage,wall))
- $(eval $(call BuildPackage,whereis))
- $(eval $(call BuildPackage,wipefs))
|