From ac3c83146d1a5f759352038139a40416a5872a9f Mon Sep 17 00:00:00 2001 From: Leo Date: Mon, 24 Feb 2020 19:03:11 -0300 Subject: community/xsetroot: modernize --- community/xsetroot/APKBUILD | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/community/xsetroot/APKBUILD b/community/xsetroot/APKBUILD index 30e27d6d80f..4de17934c56 100644 --- a/community/xsetroot/APKBUILD +++ b/community/xsetroot/APKBUILD @@ -7,13 +7,10 @@ url="http://xorg.freedesktop.org" arch="all" license="MIT" subpackages="$pkgname-doc" -depends="" makedepends="libx11-dev libxmu-dev libxcursor-dev xbitmaps util-macros" -source="https://www.x.org/releases/individual/app/$pkgname-$pkgver.tar.bz2" -builddir="$srcdir/$pkgname-$pkgver" +source="https://www.x.org/releases/individual/app/xsetroot-$pkgver.tar.bz2" build() { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -29,7 +26,6 @@ check() { } package() { - cd "$builddir" make DESTDIR="$pkgdir" install } -- cgit v1.2.3