mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-11-04 18:32:13 +01:00
testing/glibmm: new aport
C++ wrapper for the GLib toolkit http://gtkmm.sourceforge.net/
This commit is contained in:
parent
5933596365
commit
d23e64e41d
25
testing/glibmm/APKBUILD
Normal file
25
testing/glibmm/APKBUILD
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||||
|
pkgname=glibmm
|
||||||
|
pkgver=2.24.2
|
||||||
|
pkgrel=0
|
||||||
|
pkgdesc="C++ wrapper for the GLib toolkit"
|
||||||
|
url="http://gtkmm.sourceforge.net/"
|
||||||
|
license="LGPL"
|
||||||
|
depends=
|
||||||
|
makedepends="glib-dev libsigc++-dev"
|
||||||
|
subpackages="$pkgname-dev $pkgname-doc"
|
||||||
|
depends_dev="libsigc++-dev"
|
||||||
|
source="http://ftp.gnome.org/pub/GNOME/sources/$pkgname/2.24/$pkgname-$pkgver.tar.bz2"
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd "$srcdir"/$pkgname-$pkgver
|
||||||
|
./configure --prefix=/usr || return 1
|
||||||
|
make || return 1
|
||||||
|
}
|
||||||
|
|
||||||
|
package() {
|
||||||
|
cd "$srcdir"/$pkgname-$pkgver
|
||||||
|
make DESTDIR="$pkgdir" install
|
||||||
|
}
|
||||||
|
|
||||||
|
md5sums="48861fec006c2bd8e301d8e44cd12d3c glibmm-2.24.2.tar.bz2"
|
||||||
Loading…
x
Reference in New Issue
Block a user