aboutsummaryrefslogtreecommitdiffstats
path: root/main/util-linux-ng/APKBUILD
blob: 93d4eabd7801c7e1e6851b54ddedaed83bca3364 (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
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>

# this package is only here for compatibility reasons
pkgname=util-linux-ng
pkgver=2.20
pkgrel=0
pkgdesc="Compatibility package for util-linux"
url="https://lkml.org/lkml/2010/12/1/464"
arch="noarch"
license="GPL"
depends="util-linux"
makedepends=""
install=""
subpackages=""
source=""

_builddir=
prepare() {
	mkdir -p "$srcdir" "$pkgdir"
	return 0
}

build() {
	return 0
}

package() {
	return 0
}