mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
main/libgcab: add autoreconf to prepare to update automake version dependancy
add autoreconf to prepare to update automake version dependancy
This commit is contained in:
parent
fd56d9fb50
commit
7524430b14
@ -2,7 +2,7 @@
|
|||||||
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
|
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
|
||||||
pkgname=libgcab
|
pkgname=libgcab
|
||||||
pkgver=0.7
|
pkgver=0.7
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="A GObject library to create cabinet files"
|
pkgdesc="A GObject library to create cabinet files"
|
||||||
url=" https://wiki.gnome.org/msitools"
|
url=" https://wiki.gnome.org/msitools"
|
||||||
arch="all"
|
arch="all"
|
||||||
@ -19,6 +19,11 @@ source="https://download.gnome.org/sources/gcab/${pkgver:0:4}/gcab-$pkgver.tar.x
|
|||||||
"
|
"
|
||||||
builddir="$srcdir"/gcab-$pkgver
|
builddir="$srcdir"/gcab-$pkgver
|
||||||
|
|
||||||
|
prepare() {
|
||||||
|
default_prepare
|
||||||
|
autoreconf -f -i
|
||||||
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$builddir"
|
cd "$builddir"
|
||||||
./configure \
|
./configure \
|
||||||
|
Loading…
Reference in New Issue
Block a user