From 2b9cd0d9b8d086c976b830546823348a7b4ffe13 Mon Sep 17 00:00:00 2001 From: Leo Date: Mon, 24 Feb 2020 20:40:43 -0300 Subject: community/libxres: modernize --- community/libxres/APKBUILD | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'community/libxres') diff --git a/community/libxres/APKBUILD b/community/libxres/APKBUILD index 055aeb7161e..4f5b3e9aaac 100644 --- a/community/libxres/APKBUILD +++ b/community/libxres/APKBUILD @@ -10,13 +10,10 @@ options="!check" # No test suite. subpackages="$pkgname-dev $pkgname-doc" depends_dev="xorgproto" makedepends="$depends_dev libx11-dev libxext-dev util-macros" -source="https://www.x.org/releases/individual/lib/libXres-$pkgver.tar.bz2 - " - +source="https://www.x.org/releases/individual/lib/libXres-$pkgver.tar.bz2" builddir="$srcdir"/libXres-$pkgver build() { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -26,7 +23,6 @@ build() { } package() { - cd "$builddir" make DESTDIR="$pkgdir" install install -D -m644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE } -- cgit v1.2.3