wok view libunwind-dev/receipt @ rev 17486
rubyripper: update suggested
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Dec 30 12:23:45 2014 +0100 (2014-12-30) |
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 }