mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
main/glibmm: fix url fix license
This commit is contained in:
parent
ef5f390fa5
commit
ec24f0ecc9
@ -1,35 +1,28 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=glibmm
|
||||
pkgver=2.56.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="C++ wrapper for the GLib toolkit"
|
||||
url="http://gtkmm.sourceforge.net/"
|
||||
url="https://gitlab.gnome.org/GNOME/glibmm"
|
||||
arch="all"
|
||||
license="LGPL"
|
||||
depends=
|
||||
license="LGPL-2.1-or-later"
|
||||
makedepends="glib-dev libsigc++-dev perl"
|
||||
subpackages="$pkgname-dev $pkgname-doc"
|
||||
depends_dev="libsigc++-dev"
|
||||
source="https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz"
|
||||
|
||||
_builddir="$srcdir"/$pkgname-$pkgver
|
||||
prepare() {
|
||||
cd "$_builddir"
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "$_builddir"
|
||||
cd "$builddir"
|
||||
./configure \
|
||||
--build=$CBUILD \
|
||||
--host=$CHOST \
|
||||
--prefix=/usr \
|
||||
|| return 1
|
||||
make || return 1
|
||||
--prefix=/usr
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$_builddir"
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
cd "$builddir"
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
||||
dev() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user