summaryrefslogtreecommitdiff
path: root/core/util-linux.morph
blob: 7ce1eac37f52d0959e93d659ee9a94c59f14b9d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
name: core/util-linux.morph
kind: chunk
repo: upstream:util-linux
ref: 462008f79be9e195670b202cb43827b8aeb1e60b
build-system: autotools
configure-commands:
- ./autogen.sh
- ./configure --prefix="$PREFIX" --disable-use-tty-group
install-commands:
- make DESTDIR="$(pwd)/util-linux-tmpdir" install
- for prog in blkid blockdev cal chrt dmesg fdisk findfs flock fsck hexdump hwclock
  ipcrm ipcs logger mkswap more mount mountpoint pivot_root readprofile renice script
  setsid swapoff swapon switch_root umount; do find "$(pwd)/util-linux-tmpdir" -name
  "$prog" -delete; done
- cp -a "$(pwd)"/util-linux-tmpdir/* "$DESTDIR"
build_depends:
- core/autoconf.morph
- core/automake.morph
- core/gettext.morph
- core/git.morph
- core/libtool.morph
- core/pkg-config.morph