aboutsummaryrefslogtreecommitdiffstats
path: root/main/gtk+/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/gtk+/APKBUILD')
-rw-r--r--main/gtk+/APKBUILD22
1 files changed, 0 insertions, 22 deletions
diff --git a/main/gtk+/APKBUILD b/main/gtk+/APKBUILD
deleted file mode 100644
index f980b36cdf3..00000000000
--- a/main/gtk+/APKBUILD
+++ /dev/null
@@ -1,22 +0,0 @@
-# Contributor:
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-pkgname=gtk+
-pkgver=2.24.31
-pkgrel=1
-pkgdesc="metapackage for GTK+ runtime and development"
-url="https://www.gtk.org/"
-arch="all"
-license="LGPL-2.0-or-later"
-options="!check"
-depends="gtk+2.0>=$pkgver"
-subpackages="$pkgname-dev"
-
-dev() {
- depends="gtk+2.0-dev"
- mkdir -p "$subpkgdir"
-}
-
-package() {
- mkdir -p "$pkgdir"
-}
-