Fix up fakeroot to use git.
This commit is contained in:
parent
4d9f75c4a6
commit
6f73587442
1 changed files with 3 additions and 4 deletions
|
@ -3,11 +3,10 @@
|
|||
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="fakeroot"
|
||||
PKG_VERSION="1.30.1"
|
||||
PKG_SHA256="32ebb1f421aca0db7141c32a8c104eb95d2b45c393058b9435fbf903dd2b6a75"
|
||||
PKG_VERSION="0fc6edbb" #1.30.1
|
||||
PKG_LICENSE="GPL3"
|
||||
PKG_SITE="https://tracker.debian.org/pkg/fakeroot"
|
||||
PKG_URL="http://ftp.debian.org/debian/pool/main/f/fakeroot/${PKG_NAME}_${PKG_VERSION}.orig.tar.gz"
|
||||
PKG_SITE="https://salsa.debian.org/clint/fakeroot"
|
||||
PKG_URL="${PKG_SITE}.git"
|
||||
PKG_DEPENDS_HOST="ccache:host libcap:host autoconf:host libtool:host"
|
||||
PKG_LONGDESC="fakeroot provides a fake root environment by means of LD_PRELOAD and SYSV IPC (or TCP) trickery."
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
|
Loading…
Reference in a new issue