mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-01-23 18:14:54 +08:00
Upgrading fakeroot to 1.18.4.
This commit is contained in:
parent
e1e5ff3020
commit
9ab875d1ac
@ -4,11 +4,8 @@
|
|||||||
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
|
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
|
||||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||||
|
|
||||||
# include global config
|
|
||||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
|
||||||
|
|
||||||
pkgname=fakeroot
|
pkgname=fakeroot
|
||||||
pkgver=1.18.2
|
pkgver=1.18.4
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Gives a fake root environment, useful for building packages as a non-privileged user."
|
pkgdesc="Gives a fake root environment, useful for building packages as a non-privileged user."
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
@ -19,7 +16,7 @@ install="fakeroot.install"
|
|||||||
depends=('glibc' 'filesystem' 'util-linux' 'sed' 'sh')
|
depends=('glibc' 'filesystem' 'util-linux' 'sed' 'sh')
|
||||||
options=('!libtool')
|
options=('!libtool')
|
||||||
source=("http://ftp.debian.org/debian/pool/main/f/${pkgname}/${pkgname}_${pkgver}.orig.tar.bz2")
|
source=("http://ftp.debian.org/debian/pool/main/f/${pkgname}/${pkgname}_${pkgver}.orig.tar.bz2")
|
||||||
md5sums=('79f32331358ad58499704ea5e19fd0ae')
|
md5sums=('706171d8d520b1ca1576ac73f2ceb4f3')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||||
|
Loading…
Reference in New Issue
Block a user