From 56aa0dca6788d52e68f5b2cab0320938b6b7a637 Mon Sep 17 00:00:00 2001 From: Francesco Colista Date: Mon, 25 Apr 2016 17:29:03 +0000 Subject: main/run-parts: fixed builddir, upgrade to 4.7 --- main/run-parts/APKBUILD | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'main/run-parts/APKBUILD') diff --git a/main/run-parts/APKBUILD b/main/run-parts/APKBUILD index 3e6b0662c1..7f0251d77b 100644 --- a/main/run-parts/APKBUILD +++ b/main/run-parts/APKBUILD @@ -1,6 +1,7 @@ # Maintainer: Natanael Copa pkgname=run-parts -pkgver=4.5.1 +_pkgname=debianutils +pkgver=4.7 pkgrel=0 pkgdesc="run-parts from the debianutils package" url="http://packages.qa.debian.org/d/debianutils.html" @@ -9,9 +10,11 @@ license="GPL" depends= subpackages="$pkgname-doc" source="http://ftp.de.debian.org/debian/pool/main/d/debianutils/debianutils_${pkgver}.tar.xz" +builddir="$srcdir"/$_pkgname-$pkgver + build () { - cd $srcdir/debianutils + cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -21,10 +24,10 @@ build () { } package() { - cd $srcdir/debianutils + cd "$builddir" install -D -m755 run-parts $pkgdir/usr/bin/run-parts install -D -m644 run-parts.8 $pkgdir/usr/share/man/man8/run-parts.8 } -md5sums="487524518cd5833a6a4f7007b5d1bd5b debianutils_4.5.1.tar.xz" -sha256sums="a531c23e0105fe01cfa928457a8343a1e947e2621b3cd4d05f4e9656020c63b7 debianutils_4.5.1.tar.xz" -sha512sums="4cdb030946e8063607f102f58d4a1225b0e2795c5e01aeec45740b0a6fa0754013a9ae1239d89a23f6e4bf67e4d67fd669e84ed14b58695aff93a93b6e961b58 debianutils_4.5.1.tar.xz" +md5sums="00186f527b35e2cecd4db593c6d512d0 debianutils_4.7.tar.xz" +sha256sums="a269cacd40f52f2fa5d5636357714a49e8538459c16d77772efaa23711fe53d9 debianutils_4.7.tar.xz" +sha512sums="74110d194de8b6b61d40b133b97629520048a8fdedac349ec2031c793c0246526c1c7904e88098b4c2a121e5efba2d724924139ab1aca15d129a4d210f94a1aa debianutils_4.7.tar.xz" -- cgit v1.2.3