aboutsummaryrefslogtreecommitdiffstats
path: root/main/util-linux/APKBUILD
blob: de5c8871973f7a01ce4c324fd197d90d9bc12b0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
# Contributor: Leonardo Arena <rnalrd@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=util-linux
pkgver=2.25.2

case $pkgver in
	*.*.*) _v=${pkgver%.*};;
	*.*) _v=$pkgver;;
esac

pkgrel=2
pkgdesc="Random collection of Linux utilities"
url="http://kernel.org/~kzak/util-linux/"
arch="all"
license="GPL2 GPL2+ LGPL2+ BSD Public Domain"
depends=
# use GNU sed til bb sed is fixed. Also GNU tar is needed
makedepends="zlib-dev sed ncurses-dev tar autoconf automake libtool python-dev linux-headers"
install=
options="suid"
source="http://www.kernel.org/pub/linux/utils/util-linux/v${_v}/util-linux-$pkgver.tar.xz
	fix-setenv-usage.patch
	ttydefaults.h
	0001-hexdump-use-ll-format-modifier-instead-of-the-non-st.patch
	0001-switch_root-use-typeof-instead-of-__SWORD_TYPE-for-s.patch
	"
subpackages="$pkgname-doc $pkgname-dev libuuid libblkid libmount sfdisk cfdisk
	mcookie blkid py-libmount:_py"
replaces="e2fsprogs util-linux-ng"

_builddir="$srcdir/util-linux-$pkgver"
prepare() {
	local i
	cd "$_builddir"
	for i in $source; do
		case $i in
		*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
		esac
	done
	cp "$srcdir"/ttydefaults.h include/
	libtoolize --force && aclocal -I m4 && autoconf \
		&& automake --add-missing
}

build() {
	cd "$_builddir"

	# login utils are provided by shadow (with PAM) or busybox (no PAM) --nenolod
	./configure \
		--build=$CBUILD \
		--host=$CHOST \
		--prefix=/usr \
		--enable-raw \
		--disable-uuidd \
		--disable-nls \
		--disable-tls \
		--disable-kill \
		--with-ncurses \
		--disable-login \
		--disable-last \
		--disable-sulogin \
		--disable-su \
		--enable-chsh \
		|| return 1
	make || return 1
}

package() {
	cd "$_builddir"
	make -j1 install DESTDIR="$pkgdir"
	# use pkg-config
	rm -f "$pkgdir"/usr/lib/*.la \
		"$pkgdir"/usr/lib/python*/site-packages/libmount/*.la
}

dev() {
	default_dev
	replaces="e2fsprogs-dev util-linux-ng-dev"
}

blkid() {
	pkgdesc="block device identification tool"
	replaces="util-linux-ng"
	depends=
	mkdir -p "$subpkgdir"/sbin
	mv "$pkgdir"/sbin/blkid "$subpkgdir"/sbin/
}

libuuid() {
	pkgdesc="DCE compatible Universally Unique Identifier library"
	depends=
	mkdir -p "$subpkgdir"/lib
	mv "$pkgdir"/lib/libuuid* "$subpkgdir"/lib/
}

libblkid() {
	pkgdesc="Block device identification library from util-linux"
	depends=
	mkdir -p "$subpkgdir"/lib
	mv "$pkgdir"/lib/libblkid* "$subpkgdir"/lib/
}

libmount() {
	pkgdesc="Block device identification library from util-linux"
	depends=
	mkdir -p "$subpkgdir"/lib
	mv "$pkgdir"/lib/libmount.so.* "$subpkgdir"/lib/
}

sfdisk() {
	pkgdesc="Partition table manipulator from util-linux"
	depends=
	mkdir -p "$subpkgdir"/sbin
	mv "$pkgdir"/sbin/sfdisk "$subpkgdir"/sbin/
}


cfdisk() {
	pkgdesc="Curses based partition table manipulator from util-linux"
	depends=
	mkdir -p "$subpkgdir"/sbin
	mv "$pkgdir"/sbin/cfdisk "$subpkgdir"/sbin/
}

mcookie() {
	pkgdesc="mcookie from util-linux"
	replaces="util-linux-ng"
	mkdir -p "$subpkgdir"/usr/bin
	mv "$pkgdir"/usr/bin/mcookie "$subpkgdir"/usr/bin/
}

_py() {
	pkgdesc="python bindings to libmount"
	mkdir -p "$subpkgdir"/usr/lib
	mv "$pkgdir"/usr/lib/python* "$subpkgdir"/usr/lib/
}

md5sums="cab3d7be354000f629bc601238b629b3  util-linux-2.25.2.tar.xz
7033d8ec10f6ff52c8120afbe9522490  fix-setenv-usage.patch
6196f1ce853dfaf717569c1e35555d6d  ttydefaults.h
0543fc61b54f8c5235d123d53c1f450b  0001-hexdump-use-ll-format-modifier-instead-of-the-non-st.patch
d9004b0a3ebd37054ec872d71bff0bbb  0001-switch_root-use-typeof-instead-of-__SWORD_TYPE-for-s.patch"
sha256sums="e0457f715b73f4a349e1acb08cb410bf0edc9a74a3f75c357070f31f70e33cd6  util-linux-2.25.2.tar.xz
ff1625c8d479511b263c1beb86bf6c30c2e13142183647f4fa8c62ff1bc68910  fix-setenv-usage.patch
46faf1198bd884d12c5d45019a5fec8dfdefeae6721d8c9f3da89921acdb2a6d  ttydefaults.h
751a9657d7b59325cb807f2190afa1109de121152aaad0f079139d582cb4d637  0001-hexdump-use-ll-format-modifier-instead-of-the-non-st.patch
d63752f24ad4b98d7a98b653d8ffd2b8146be0bf598c61e979fcc3c2ec613116  0001-switch_root-use-typeof-instead-of-__SWORD_TYPE-for-s.patch"
sha512sums="cf8c5bde78f844425150c2a81bdecb87aa57bcd5cebd177a78160835627f58037fa2cfe4db26fd8f35eedb3beb499a91492a297a27d065465e2ea0c6218dc387  util-linux-2.25.2.tar.xz
310acfe2f171010014d25b1788ea64bffc5a315f4fef8d3b8fc9b003bda8810111b12987052eb2d5856500bd6b742792c977608fe9459ce2efe7545ef0054588  fix-setenv-usage.patch
876bb9041eca1b2cca1e9aac898f282db576f7860aba690a95c0ac629d7c5b2cdeccba504dda87ff55c2a10b67165985ce16ca41a0694a267507e1e0cafd46d9  ttydefaults.h
4124453ae30efd5d886de9b51ae1854715e77525e0bbff427eec2cb3569dbd9c702b76dd8af532f83f8ba6990056993873c4489b7438391f649ab63f29f32ef0  0001-hexdump-use-ll-format-modifier-instead-of-the-non-st.patch
9cde5650e2dad4161f86101179297b9177f588368e453c83b874694ce18e9eb23973053171db61ff7abf550008e5021febbfdb8a47091a23520ade84d5eef59a  0001-switch_root-use-typeof-instead-of-__SWORD_TYPE-for-s.patch"