Skip to content

Commit e437f54

Browse files
committed
add libs::lzo v2.10
1 parent 01e5611 commit e437f54

2 files changed

Lines changed: 24 additions & 0 deletions

File tree

recipes/libs/lzo.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
inherit: [autotools]
2+
3+
metaEnvironment:
4+
PKG_VERSION: "2.10"
5+
PKG_LICENSE: "GPL-2.0-or-later"
6+
7+
privateEnvironment:
8+
APPLY_LIBTOOL_PATCH: "no"
9+
10+
checkoutSCM:
11+
scm: url
12+
url: https://www.oberhumer.com/opensource/lzo/download/lzo-${PKG_VERSION}.tar.gz
13+
digestSHA256: "c0f892943208266f9b6543b3ae308fab6284c5c90e627931446fb49b4221a072"
14+
stripComponents: 1
15+
16+
buildScript: |
17+
autotoolsBuild $1
18+
19+
multiPackage:
20+
dev:
21+
packageScript: autotoolsPackageDev
22+
tgt:
23+
packageScript: autotoolsPackageTgt

tests/buildall/recipes/all.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ depends:
7070
- libs::libxslt-tgt
7171
- libs::libyaml-tgt
7272
- libs::lvm2
73+
- libs::lzo-tgt
7374
- libs::mesa3d-tgt
7475
- libs::mtdev-tgt
7576
- libs::nettle-tgt

0 commit comments

Comments
 (0)