From 2378bf55b12dcabbfbf851f913f944a94e072975 Mon Sep 17 00:00:00 2001 From: Leo Date: Mon, 24 Feb 2020 18:56:02 -0300 Subject: community/iceauth: modernize --- community/iceauth/APKBUILD | 6 ------ 1 file changed, 6 deletions(-) diff --git a/community/iceauth/APKBUILD b/community/iceauth/APKBUILD index dfd2d8b0e3..59e40ee706 100644 --- a/community/iceauth/APKBUILD +++ b/community/iceauth/APKBUILD @@ -7,19 +7,14 @@ url="http://xorg.freedesktop.org" arch="all" license="MIT" subpackages="$pkgname-doc" -depends="" makedepends="libice-dev util-macros" source="https://www.x.org/releases/individual/app/iceauth-$pkgver.tar.bz2" -builddir="$srcdir/$pkgname-$pkgver" - check() { - cd "$builddir" make check } build() { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -29,7 +24,6 @@ build() { } package() { - cd "$builddir" make DESTDIR="$pkgdir" install } -- cgit v1.2.3