wok-next annotate libunwind/receipt @ rev 18987
Additional themes for Slitaz GNU/Linux.
author | Leonardo Laporte <hackdorte@sapo.pt> |
---|---|
date | Thu Mar 17 05:14:19 2016 -0300 (2016-03-17) |
parents | |
children | 6ba36b73ef48 |
rev | line source |
---|---|
pankso@16204 | 1 # SliTaz package receipt. |
pankso@16204 | 2 |
pankso@16204 | 3 PACKAGE="libunwind" |
pankso@16204 | 4 VERSION="1.1" |
pankso@16204 | 5 CATEGORY="development" |
pankso@16204 | 6 SHORT_DESC="C programming interface (API) to determine the call-chain of a program." |
pankso@16204 | 7 MAINTAINER="pankso@slitaz.org" |
pankso@16204 | 8 LICENSE="custom" |
pankso@16204 | 9 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pankso@16204 | 10 WEB_SITE="http://www.nongnu.org/libunwind/" |
pankso@16204 | 11 WGET_URL="http://download.savannah.gnu.org/releases/libunwind/$TARBALL" |
pankso@16204 | 12 |
pankso@16204 | 13 DEPENDS="liblzma" |
pankso@16204 | 14 BUILD_DEPENDS="liblzma-dev" |
pankso@16204 | 15 |
pankso@16204 | 16 # Rules to configure and make the package. |
pankso@16204 | 17 compile_rules() |
pankso@16204 | 18 { |
pankso@16204 | 19 ./configure \ |
pankso@16204 | 20 $CONFIGURE_ARGS && |
pankso@16204 | 21 make && make install |
pankso@16204 | 22 } |
pankso@16204 | 23 |
pankso@16204 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@16204 | 25 genpkg_rules() |
pankso@16204 | 26 { |
pankso@16204 | 27 mkdir -p $fs/usr/lib |
pankso@16204 | 28 cp -a $install/usr/lib/*.so* $fs/usr/lib |
pankso@16204 | 29 } |