wok-current view libunwind-dev/receipt @ rev 16458

slitaz-tools-boxes: we dont have any gtkdialog boxes anymore
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 19 22:03:30 2014 +0200 (2014-04-19)
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 }