wok view libunwind-dev/receipt @ rev 20007

Add: description.txt and links revision.
author Leonardo Laporte <hackdorte@yandex.com>
date Wed Aug 02 12:34:36 2017 -0300 (2017-08-02)
parents fd8b9f3b8878
children 6ef615abdd86
line source
1 # SliTaz package receipt.
3 PACKAGE="libunwind-dev"
4 VERSION="1.1"
5 CATEGORY="development"
6 SHORT_DESC="libunwind include files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="custom"
9 WANTED="libunwind"
10 WEB_SITE="http://www.nongnu.org/libunwind/"
12 DEPENDS="libunwind pkg-config"
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 }