From eef1806995f142aaae8fb39c2bc1cf4452190ed3 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Mon, 23 Dec 2019 23:17:28 -0600 Subject: user/libpng: modernise abuild will remove libtool files automatically since forever ago, so we don't need to manually remove *.la files any more. --- user/libpng/APKBUILD | 7 ------- 1 file changed, 7 deletions(-) (limited to 'user/libpng') diff --git a/user/libpng/APKBUILD b/user/libpng/APKBUILD index ec109c15a..e22885dbd 100644 --- a/user/libpng/APKBUILD +++ b/user/libpng/APKBUILD @@ -17,7 +17,6 @@ source="https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz " prepare() { - cd "$builddir" gunzip -c "$srcdir"/$pkgname-$pkgver-apng.patch.gz | patch -p1 default_prepare # libpng-fix-arm-neon.patch modifies configure.ac @@ -25,7 +24,6 @@ prepare() { } build() { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -37,16 +35,11 @@ build() { } check() { - cd "$builddir" make check } package() { - cd "$builddir" make DESTDIR="$pkgdir" install - install -Dm644 LICENSE \ - "$pkgdir"/usr/share/licenses/$pkgname/LICENSE - rm -f "$pkgdir"/usr/lib/*.la } utils() { -- cgit v1.2.3-60-g2f50