diff options
Diffstat (limited to 'system/m4/APKBUILD')
-rw-r--r-- | system/m4/APKBUILD | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/system/m4/APKBUILD b/system/m4/APKBUILD index 861b1671f..a673c7277 100644 --- a/system/m4/APKBUILD +++ b/system/m4/APKBUILD @@ -6,9 +6,9 @@ pkgdesc="GNU macro processor" url="https://www.gnu.org/software/m4" arch="all" license="GPL-3.0+" -depends= -makedepends="texinfo" +depends="" checkdepends="diffutils" +makedepends="texinfo" subpackages="m4-doc" source="https://ftp.gnu.org/gnu/m4/$pkgname-$pkgver.tar.gz disable-mbrtowc-test.patch @@ -17,7 +17,6 @@ source="https://ftp.gnu.org/gnu/m4/$pkgname-$pkgver.tar.gz " build() { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -26,12 +25,10 @@ build() { } check() { - cd "$builddir" make check } package() { - cd "$builddir" make install DESTDIR="$pkgdir" rm -rf "$pkgdir"/usr/lib/charset.alias rmdir -p "$pkgdir"/usr/lib 2>/dev/null || true |