aboutsummaryrefslogtreecommitdiff
path: root/community/gnome-autoar/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/gnome-autoar/APKBUILD')
-rw-r--r--community/gnome-autoar/APKBUILD19
1 files changed, 6 insertions, 13 deletions
diff --git a/community/gnome-autoar/APKBUILD b/community/gnome-autoar/APKBUILD
index 0235b946b4..81e791448e 100644
--- a/community/gnome-autoar/APKBUILD
+++ b/community/gnome-autoar/APKBUILD
@@ -1,21 +1,16 @@
1# Maintainer: 1# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
2pkgname=gnome-autoar 2pkgname=gnome-autoar
3pkgver=0.2.3 3pkgver=0.2.4
4pkgrel=0 4pkgrel=0
5pkgdesc="GNOME archive extraction library" 5pkgdesc="GNOME archive extraction library"
6url="https://www.gnome.org/" 6url="https://www.gnome.org/"
7arch="all !s390x" 7arch="all"
8license="GPL" 8license="LGP-2.1-only"
9depends="" 9makedepends="gtk+3.0-dev libarchive-dev vala"
10depends_dev="gnome-desktop-dev libarchive-dev"
11makedepends="$depends_dev vala"
12install=""
13subpackages="$pkgname-dev $pkgname-doc" 10subpackages="$pkgname-dev $pkgname-doc"
14source="https://download.gnome.org/sources/gnome-autoar/${pkgver%.*}/gnome-autoar-$pkgver.tar.xz" 11source="https://download.gnome.org/sources/gnome-autoar/${pkgver%.*}/gnome-autoar-$pkgver.tar.xz"
15builddir="$srcdir/gnome-autoar-$pkgver"
16 12
17build() { 13build() {
18 cd "$builddir"
19 ./configure \ 14 ./configure \
20 --build=$CBUILD \ 15 --build=$CBUILD \
21 --host=$CHOST \ 16 --host=$CHOST \
@@ -27,13 +22,11 @@ build() {
27} 22}
28 23
29package() { 24package() {
30 cd "$builddir"
31 make DESTDIR="$pkgdir" install 25 make DESTDIR="$pkgdir" install
32} 26}
33 27
34check() { 28check() {
35 cd "$builddir"
36 make check 29 make check
37} 30}
38 31
39sha512sums="f87299817c52e7862a6c1cc950b1c362db8e7465e008d988e70245a203c728a9179400aac8601c399abe361e5a1ac4558b1190641ad3afa7224f883546fae7bc gnome-autoar-0.2.3.tar.xz" 32sha512sums="66750ae30bf9f59820f06653898eb33ac4edbb63976a02d15417118a068abd9292350220713813ddfdd1f2e77db7b3a8f8980f0c70a93d1bb87a9405e013de19 gnome-autoar-0.2.4.tar.xz"