mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-23 22:52:48 +02:00
32 lines
507 B
Plaintext
32 lines
507 B
Plaintext
# 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
|
|
}
|
|
|