We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8300ec commit 93a7b41Copy full SHA for 93a7b41
recipes/utils/fio.yaml
@@ -0,0 +1,31 @@
1
+inherit: [cpackage, install, make]
2
+
3
+metaEnvironment:
4
+ PKG_VERSION: "3.41"
5
+ PKG_LICENSE: "COPYING MORAL-LICENSE"
6
7
+depends:
8
+ - libs::zlib-dev
9
10
+ - use: []
11
+ depends:
12
+ - libs::zlib-tgt
13
14
+checkoutSCM:
15
+ scm: url
16
+ url: ${GITHUB_MIRROR}/axboe/fio/archive/refs/tags/fio-${PKG_VERSION}.tar.gz
17
+ digestSHA1: 4806a6f377d1007ae378839dcff0a1f911172445
18
+ stripComponents: 1
19
20
+buildVars: [CC]
21
+buildScript: |
22
+ mkdir -p build
23
+ cd build
24
+ $1/configure --disable-native --cc="$CC" --extra-cflags="$CFLAGS" \
25
+ --prefix=$BOB_CWD/install/usr
26
27
+ makeParallel SRCDIR=$1 \
28
+ install
29
30
+packageScript: installPackageBin "$1/install/"
31
+provideDeps: [ "*-tgt" ]
0 commit comments