wok view lz4-lib/receipt @ rev 19024
syslinux/win32.c: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Apr 02 17:08:51 2016 +0200 (2016-04-02) |
parents | e36297550e94 |
children | 3e9724b9fc42 |
line source
1 # SliTaz package receipt.
3 PACKAGE="lz4-lib"
4 VERSION="131"
5 CATEGORY="base-system"
6 SHORT_DESC="The lz4c compressor shared library"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WANTED="lz4"
10 WEB_SITE="http://www.lz4.org/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $install/usr/lib/*.so* $fs/usr/lib
17 }