wok-current view zeromq-dev/receipt @ rev 18115
glib-dev,qcad: clean files.list.lzma, fix overwriting(for what?) get-scripts $depends
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Sat Jun 06 21:23:13 2015 +0200 (2015-06-06) |
parents | 9170e4b0128c |
children | fc9203de5ff2 |
line source
1 # SliTaz package receipt.
3 PACKAGE="zeromq-dev"
4 VERSION="3.2.2.3"
5 CATEGORY="development"
6 MAINTAINER="pascal.bellard@slitaz.org"
7 LICENSE="GPL3 LGPL3"
8 SHORT_DESC="The ZeroMQ messaging library, development files."
9 WEB_SITE="http://zeromq.org/"
10 WANTED="zeromq"
12 DEPENDS="zeromq"
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/include $fs/usr
19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
20 cp -a $install/usr/lib/*.a $fs/usr/lib
21 }