wok view libunwind-dev/receipt @ rev 17710

Up inkscape (0.91) thanks to Joshida
author Yuri Pourre <yuripourre@gmail.com>
date Tue Mar 03 23:28:10 2015 -0300 (2015-03-03)
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 }