diff options
Diffstat (limited to 'main/debootstrap')
-rw-r--r-- | main/debootstrap/APKBUILD | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/main/debootstrap/APKBUILD b/main/debootstrap/APKBUILD index 68dffc73df..5a8f78336c 100644 --- a/main/debootstrap/APKBUILD +++ b/main/debootstrap/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=debootstrap -pkgver=1.0.78 +pkgver=1.0.80 pkgrel=0 pkgdesc="Debian/Ubuntu bootstrap scripts" url="http://packages.qa.debian.org/d/debootstrap.html" @@ -9,19 +9,19 @@ arch="noarch" license="GPL2" depends="debian-archive-keyring dpkg tar" makedepends="" -install="" subpackages="$pkgname-doc" source="ftp://ftp.debian.org/debian/pool/main/d/${pkgname}/${pkgname}_${pkgver}.tar.gz init-freedom-668001.patch - makedev.sh" + makedev.sh + " +builddir="$srcdir"/$pkgname-$pkgver -_builddir="$srcdir"/$pkgname prepare() { chmod +x "$srcdir/makedev.sh" } package() { - cd "$_builddir" + cd "$builddir" make MAKEDEV="$srcdir/makedev.sh" \ devices.tar.gz || return 1 @@ -30,12 +30,12 @@ package() { "$pkgdir"/usr/share/man/man8/$pkgname.8 || return 1 } -md5sums="72021ebfa2f44f57fb0adf40e7afec7d debootstrap_1.0.78.tar.gz +md5sums="ee53f65c28365994e5776c4378c69595 debootstrap_1.0.80.tar.gz 6338530a73af092b67da3979ff1cc642 init-freedom-668001.patch ef5038e52173de7a18c37a0925ccf383 makedev.sh" -sha256sums="b08b32152f240b42ee7fc30f365d95527edf9012e25a16a5f03ba70297389abb debootstrap_1.0.78.tar.gz +sha256sums="a693c1534ced650c80f50a623fc9dd3daada5115fcd8c3b6e6470cd1987ef119 debootstrap_1.0.80.tar.gz 3544d14c4269a52c98171088a067f2cff09765c154114196290640a060248c41 init-freedom-668001.patch 3f26318b59c7697205285d04eb68a4c65905faedd7bbcb4e53e803f9ea8e5c97 makedev.sh" -sha512sums="a65435fde2e7d2bb2dd51c8ac1fad51616d3ff11a2966c74eb1b2869685d62c7e0f7e2ecb539f92a700e2a6d570d0715ba15476ac0439feb9fda80310db2392b debootstrap_1.0.78.tar.gz +sha512sums="4bcb87e54de1abd5c2438c91933ef136a6bdf55c68038083acd5658637d4d5ba55544c11f8feb731f3c0ed743b7ee1ed00015eed569db3797fef42b9d532f367 debootstrap_1.0.80.tar.gz 8690f5f190451ff981a0c53eb2369d4bdc24a724f16bcb8154b34d3a44de2183227bd2cb4418f1310220aa7b7294d82d4c04f2f238d26d99dcc5427850d74df8 init-freedom-668001.patch 71f1dfe7d785cf5f4b2db7e4de01b5e542b33a1a49194a53665d4d68b5de47fc3c5b37ad2d1a7c37fb14d10c6758fa2fb043bd68a6fbb8b9dba90fb071a9db9c makedev.sh" |