wok view lz4-dev/receipt @ rev 17527

xchat,hexchat: enable ssl
author Richard Dunbar <mojo@slitaz.org>
date Mon Jan 19 03:01:45 2015 -0500 (2015-01-19)
parents
children 78fa0f27d311
line source
1 # SliTaz package receipt.
3 PACKAGE="lz4-dev"
4 VERSION="112"
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://code.google.com/p/lz4/"
12 DEPENDS=""
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/include $fs/usr
20 }