aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-03-27 05:40:42 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-03-29 15:55:31 +0000
commit62c2b534014303fc55ec5f5b1fc698fddad20b9d (patch)
tree7ec12da085a988350cce3e14ef778fc9af4a605e /main
parentd7f6bb28d8f75f6ea79c8a5def3ef3e2511f12e9 (diff)
downloadaports-62c2b534014303fc55ec5f5b1fc698fddad20b9d.tar.bz2
aports-62c2b534014303fc55ec5f5b1fc698fddad20b9d.tar.xz
community/pangomm: move from main
Diffstat (limited to 'main')
-rw-r--r--main/pangomm/APKBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/main/pangomm/APKBUILD b/main/pangomm/APKBUILD
deleted file mode 100644
index b5635c4042..0000000000
--- a/main/pangomm/APKBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# Contributor: Rasmus Thomsen <oss@cogitri.dev>
-# Contributor: Natanael Copa <ncopa@alpinelinux.org>
-# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
-pkgname=pangomm
-pkgver=2.42.1
-pkgrel=0
-pkgdesc="C++ bindings for pango"
-url="https://www.gtkmm.org/"
-arch="all"
-license="LGPL-2.1-or-later AND GPL-2.0-or-later"
-makedepends="pango-dev glibmm-dev cairomm-dev"
-options="!check" # no tests
-subpackages="$pkgname-dev"
-source="https://download.gnome.org/sources/pangomm/${pkgver%.*}/pangomm-$pkgver.tar.xz"
-
-build() {
- ./configure \
- --build=$CBUILD \
- --host=$CHOST \
- --prefix=/usr
- make
-}
-
-package() {
- make DESTDIR="$pkgdir" install
-}
-
-sha512sums="46ba375e61dd32e268397ecb8e69364b642ea3d9a6c4d9e3e52500e1e1c9fa0c6aa822c6d5046f49a2fe4d9a872c6c2b354134d39c17370abcfc6a1d752223b0 pangomm-2.42.1.tar.xz"