summaryrefslogtreecommitdiffstats
path: root/examples/recipes/e2fsprogs@1.47.0.yml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/recipes/e2fsprogs@1.47.0.yml')
-rw-r--r--examples/recipes/e2fsprogs@1.47.0.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/examples/recipes/e2fsprogs@1.47.0.yml b/examples/recipes/e2fsprogs@1.47.0.yml
index 9925772..873f46b 100644
--- a/examples/recipes/e2fsprogs@1.47.0.yml
+++ b/examples/recipes/e2fsprogs@1.47.0.yml
@@ -1,10 +1,10 @@
tasks:
unpack:
fetch:
- - name: '{{pn}}-{{pv}}.tar.xz'
+ - name: '{{basename}}-{{version}}.tar.xz'
sha256: '144af53f2bbd921cef6f8bea88bb9faddca865da3fbc657cc9b4d2001097d5db'
run: |
- tar xf {{dldir}}/{{pn}}-{{pv}}.tar.xz
+ tar xf {{dldir}}/{{basename}}-{{version}}.tar.xz
configure:
args:
@@ -18,9 +18,9 @@ tasks:
- recipe: 'toolchain'
task: 'depends'
run: |
- mkdir {{pn}}-build
- cd {{pn}}-build
- ../{{pn}}-{{pv}}/configure \
+ mkdir {{basename}}-build
+ cd {{basename}}-build
+ ../{{basename}}-{{version}}/configure \
--build={{build.gnu_triplet}} \
--host={{host.gnu_triplet}} \
--prefix={{host.prefix}}
@@ -32,7 +32,7 @@ tasks:
inherit:
task: 'configure'
run: |
- cd {{pn}}-build
+ cd {{basename}}-build
make
find -name config.log -delete
@@ -47,6 +47,6 @@ tasks:
- recipe: 'toolchain'
task: 'depends'
run: |
- cd {{pn}}-build
+ cd {{basename}}-build
make DESTDIR={{destdir}} install