wok view lz4-dev/receipt @ rev 21823
Add lxsession-lxpolkit (thanks Saipul)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Aug 25 19:23:22 2019 +0200 (2019-08-25) |
parents | 46b511e941a7 |
children | ccbeea36a6bc |
line source
1 # SliTaz package receipt.
3 PACKAGE="lz4-dev"
4 VERSION="1.9.1"
5 CATEGORY="development"
6 SHORT_DESC="LZ4 development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WANTED="lz4"
10 WEB_SITE="http://www.lz4.org/"
12 DEPENDS="pkg-config lz4-lib"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/lib/*.a $fs/usr/lib
19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
20 cp -a $install/usr/include $fs/usr
21 }