File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ inherit : [make, cpackage, install]
2+
3+ metaEnvironment :
4+ PKG_LICENSE : " GPL-2.0-or-later"
5+ PKG_VERSION : " 3.17"
6+
7+ checkoutSCM :
8+ scm : url
9+ url : https://codeberg.org/thejessesmith/sysvinit/releases/download/${PKG_VERSION}/sysvinit-${PKG_VERSION}.tar.xz
10+ digestSHA256 : 897961b2c50a56c202b7b70386b2074df04ab652390e6ee9aeae5a1176fc41f0
11+ stripComponents : 1
12+
13+ depends :
14+ - libs::libxcrypt-dev
15+ - use : []
16+ depends :
17+ - libs::libxcrypt-tgt
18+
19+ buildVars : [CC, AR]
20+ buildTools : [target-toolchain]
21+ buildSetup : |
22+ export CFLAGS="${CFLAGS:-} $CPPFLAGS"
23+ buildScript : |
24+ mkdir -p build
25+ rsync -a --delete $1/ build/
26+ pushd build
27+ makeParallel -C $(pwd)/src
28+ make -C $(pwd)/src DESTDIR=$(pwd)/../install install
29+
30+ provideDeps : ['*-tgt']
31+ packageScript : installPackageTgt $1/install/
Original file line number Diff line number Diff line change 77 - core::dbus-tgt
88 - core::eudev-tgt
99 - core::hwdata
10+ - core::sysvinit
1011 - core::tz-data
1112 - core::tz-zic
1213
You can’t perform that action at this time.
0 commit comments