From 8173fdbecbc1ef23edf550907ae8aab1ed818845 Mon Sep 17 00:00:00 2001 From: Leo Date: Wed, 8 Apr 2020 15:42:43 -0300 Subject: community/libraw1394: modernize --- community/libraw1394/APKBUILD | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/community/libraw1394/APKBUILD b/community/libraw1394/APKBUILD index 27430b0d37..602f6e9711 100644 --- a/community/libraw1394/APKBUILD +++ b/community/libraw1394/APKBUILD @@ -1,22 +1,16 @@ # Maintainer: Leonardo Arena pkgname=libraw1394 pkgver=2.1.2 -pkgrel=1 +pkgrel=2 pkgdesc="Library to provide access to Linux 1394 subsystem" url="https://sourceforge.net/projects/libraw1394" arch="all" -license="LGPL-2.1+" -depends= -depends_dev= +license="LGPL-2.1-or-later" makedepends="linux-headers" -install= subpackages="$pkgname-dev $pkgname-doc $pkgname-tools" -source="https://kernel.org/pub/linux/libs/ieee1394/$pkgname-$pkgver.tar.xz" - -builddir="$srcdir"/$pkgname-$pkgver +source="https://kernel.org/pub/linux/libs/ieee1394/libraw1394-$pkgver.tar.xz" build() { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -29,12 +23,10 @@ build() { } check() { - cd "$builddir" make check } package() { - cd "$builddir" make DESTDIR="$pkgdir" install } -- cgit v1.2.1