summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/util-linux-ng/APKBUILD31
1 files changed, 0 insertions, 31 deletions
diff --git a/main/util-linux-ng/APKBUILD b/main/util-linux-ng/APKBUILD
deleted file mode 100644
index 93d4eabd7..000000000
--- a/main/util-linux-ng/APKBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# 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
-}
-