wok view libunwind-dev/receipt @ rev 16344

Add: cellwriter (a grid-entry natural handwriting input panel with virtual keyboard)
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 12 18:58:11 2014 +0200 (2014-04-12)
parents
children fc9203de5ff2
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 # 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/*.*a $fs/usr/lib
17 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
18 cp -a $install/usr/include $fs/usr
19 }