mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
33 lines
832 B
Plaintext
33 lines
832 B
Plaintext
# Contributor: Alan Lacerda <alacerda@alpinelinux.org>
|
|
# Maintainer: Alan Lacerda <alacerda@alpinelinux.org>
|
|
pkgname=engrampa
|
|
pkgver=1.19.2
|
|
pkgrel=0
|
|
pkgdesc="An archive manager for the MATE"
|
|
url="http://mate-desktop.org/"
|
|
arch="all"
|
|
license="GPL-2.0"
|
|
depends="libxml2-utils"
|
|
makedepends="glib-dev gtk+3.0-dev caja-dev itstool libsm-dev"
|
|
subpackages="$pkgname-doc $pkgname-lang"
|
|
source="http://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz"
|
|
builddir="$srcdir/$pkgname-$pkgver"
|
|
|
|
build() {
|
|
cd "$builddir"
|
|
./configure --prefix=/usr
|
|
make
|
|
}
|
|
|
|
check() {
|
|
cd "$builddir"
|
|
make check
|
|
}
|
|
|
|
package() {
|
|
cd "$builddir"
|
|
make DESTDIR="${pkgdir}" install
|
|
}
|
|
|
|
sha512sums="0ec4b4100b83325fd8e36ee38909b31a58d9ff8b15de2bd71334dc162e9b4a1a5cf70fbba4e790d03e09945101586615f3a698f89d07f2bc1817e1d662ab3819 engrampa-1.19.2.tar.xz"
|