initial import
This commit is contained in:
26
atkmm/PKGBUILD
Normal file
26
atkmm/PKGBUILD
Normal file
@@ -0,0 +1,26 @@
|
||||
# Maintainer: Jesus E. <heckyel@riseup.net>
|
||||
|
||||
pkgname=atkmm
|
||||
pkgver=2.28.2
|
||||
pkgrel=4
|
||||
pkgdesc="C++ bindings for ATK"
|
||||
url='https://www.gtkmm.org/'
|
||||
arch=('i686' 'x86_64')
|
||||
license=('LGPL-2.1' 'GPL-2')
|
||||
depends=('atk' 'glibmm' 'libsigc++')
|
||||
makedepends=('meson' 'mm-common' 'glibmm-docs')
|
||||
options=(!emptydirs)
|
||||
source=("https://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz")
|
||||
sha512sums=('df20b89b603a6ae419db24b21acbd6a9d0e91c07e374b4b774f6a67581ce1581affb0d079a264f0d7f2e6d8b63210639dd7aa15e7e94fb5904d161e9a2aac286')
|
||||
|
||||
build() {
|
||||
hyperbola-meson $pkgname-$pkgver build -D maintainer-mode=true
|
||||
meson compile -C build
|
||||
}
|
||||
|
||||
package() {
|
||||
DESTDIR="$pkgdir" meson install -C build
|
||||
|
||||
# licenses
|
||||
install -Dm644 "$srcdir/$pkgname-$pkgver/"COPYING{,.tools} -t $pkgdir/usr/share/licenses/$pkgname
|
||||
}
|
||||
Reference in New Issue
Block a user