From a2c1df92143e9eeb66718a64b553e81b9bffb043 Mon Sep 17 00:00:00 2001 From: Leo Date: Mon, 24 Feb 2020 19:07:15 -0300 Subject: community/xset: modernize --- community/xset/APKBUILD | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'community') diff --git a/community/xset/APKBUILD b/community/xset/APKBUILD index 68bcbef773..6ae1cba4a3 100644 --- a/community/xset/APKBUILD +++ b/community/xset/APKBUILD @@ -8,12 +8,10 @@ url="http://xorg.freedesktop.org" arch="all" license="MIT" subpackages="$pkgname-doc" -depends="" makedepends="libxmu-dev libx11-dev libxext-dev util-macros" -source="https://www.x.org/releases/individual/app/$pkgname-$pkgver.tar.bz2" +source="https://www.x.org/releases/individual/app/xset-$pkgver.tar.bz2" build() { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -29,7 +27,6 @@ check() { } package() { - cd "$builddir" make DESTDIR="$pkgdir" install } -- cgit v1.2.3