Initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
--- a/Makefile.am
|
||||
+++ b/Makefile.am
|
||||
@@ -1,6 +1,6 @@
|
||||
AUTOMAKE_OPTIONS=foreign
|
||||
ACLOCAL_AMFLAGS = -I build-aux
|
||||
-SUBDIRS=doc scripts test
|
||||
+SUBDIRS=scripts test
|
||||
|
||||
noinst_LTLIBRARIES = libcommunicate.la libmacosx.la libfakeroot_time64.la
|
||||
libcommunicate_la_SOURCES = communicate.c
|
||||
@@ -0,0 +1,41 @@
|
||||
[build]
|
||||
type = "autotools"
|
||||
|
||||
[build.flags]
|
||||
configure = [
|
||||
"--disable-static",
|
||||
"--with-ipc=sysv",
|
||||
]
|
||||
post_install = [
|
||||
"install -dm0755 $DESTDIR/usr/lib/ld.so.conf.d/",
|
||||
"echo '/usr/lib/libfakeroot' > $DESTDIR/usr/lib/ld.so.conf.d/fakeroot.conf",
|
||||
]
|
||||
libdir = "/usr/lib/fakeroot"
|
||||
|
||||
[dependencies]
|
||||
runtime = [
|
||||
"glibc",
|
||||
"filesystem",
|
||||
"sed",
|
||||
"sh",
|
||||
"util-linux",
|
||||
]
|
||||
test = ["sharutils"]
|
||||
|
||||
[package]
|
||||
description = "Tool for simulating superuser privileges"
|
||||
homepage = "https://tracker.debian.org/pkg/fakeroot"
|
||||
license = "GPL-3.0-or-later"
|
||||
name = "fakeroot"
|
||||
version = "1.37.2"
|
||||
|
||||
[[source]]
|
||||
extract_dir = "$name-$version"
|
||||
sha256 = "487051a5ff55ecc631381c09474f6bf6759e79a5a887634e4d1738542836558d"
|
||||
url = "https://salsa.debian.org/clint/fakeroot/-/archive/upstream/$version/fakeroot-upstream-$version.tar.bz2"
|
||||
post_extract = ["autoreconf -fi"]
|
||||
patches = [ "fakeroot-1.37.2-no-doc-man-install.patch" ]
|
||||
|
||||
[[manual_sources]]
|
||||
file = "fakeroot-1.37.2-no-doc-man-install.patch"
|
||||
sha256 = "sha512:e975fdd19f7b475a95c4c96ae093be43fd0ffcf82ea5598d6196b91159881220113cc4904245809e96c1c87f1b40778061669d6770970b9bf97860b6e605b6e7"
|
||||
Reference in New Issue
Block a user